You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Thanks for sharing your valuable work.
I try to finetune dessurt model to my own dataset. Contains receipt like documents. What is the exact supervision that ı need to provide. And Do ı have to give bounding boxes of answers etc... I would be so happy if you share the dataset you used or format of the dataset you used for docqva task.
Thanks in advance
The text was updated successfully, but these errors were encountered:
If you just want textual answers/supervision, the MyDataset class should meet your needs: https://github.com/herobd/dessurt#mydataset
It just requires a very simple json annotation format. The only tricky part is picking the task token, which depends on what your doing. "natural_q~" is the one for answering questions like DocVQA
If you just want textual answers/supervision, the MyDataset class should meet your needs: https://github.com/herobd/dessurt#mydataset It just requires a very simple json annotation format. The only tricky part is picking the task token, which depends on what your doing. "natural_q~" is the one for answering questions like DocVQA
Thanks for the answer, so I dont have to locate my questions or answers with bounding boxes in related document ?
Hi, Thanks for sharing your valuable work.
I try to finetune dessurt model to my own dataset. Contains receipt like documents. What is the exact supervision that ı need to provide. And Do ı have to give bounding boxes of answers etc... I would be so happy if you share the dataset you used or format of the dataset you used for docqva task.
Thanks in advance
The text was updated successfully, but these errors were encountered: