Transformers-Tutorials icon indicating copy to clipboard operation
Transformers-Tutorials copied to clipboard

"olemeyer/docvqa-en-de-fr-es-it" is not available in huggingface anymore

Open YanaSSS opened this issue 2 years ago • 8 comments

"olemeyer/docvqa-en-de-fr-es-it" dataset which is used in the notebook Creating_a_toy_DocVQA_dataset_for_Donut.ipynb is not available in huggingface anymore

YanaSSS avatar Jan 03 '23 14:01 YanaSSS

same issue, any update on this? there is another dataset available to use?

emigomez avatar Jan 13 '23 12:01 emigomez

Can some someone explain how to create a personalized dataset for traini donut for DocVQA. I would like to test it on my own dataset and if it works I will release it as public available.

marcomameli1992 avatar Jun 07 '23 20:06 marcomameli1992

Hi yes,

here's a guide: https://github.com/NielsRogge/Transformers-Tutorials/blob/master/Donut/DocVQA/Creating_a_toy_DocVQA_dataset_for_Donut.ipynb

NielsRogge avatar Jun 08 '23 07:06 NielsRogge

the reposity

"olemeyer/docvqa-en-de-fr-es-it" dataset which is used in the notebook Creating_a_toy_DocVQA_dataset_for_Donut.ipynb is not available in huggingface anymore

I have also checked. The repository doesnt exist. I also tried googling if the model exist, but couldnt find anything

Ridwanlekan avatar Jul 11 '23 04:07 Ridwanlekan

I have this issue too. Is there any dataset?

saeidMLK avatar Nov 08 '23 19:11 saeidMLK

Hi. Same issue here, but further into the tutorial you can see that Niels created a miniaturized version of the dataset as his toy set and pushed it to the hub. The path is "nielsr/docvqa_1200_examples". You can download this to check for format and then create your own.

Cherrysan avatar Nov 09 '23 10:11 Cherrysan

thank you for your response. yeah, I saw it. do you know how to create our own dataset from scratch? I want to create a dataset with my images. Could you tell me what the bounding_boxes column is?

saeidMLK avatar Nov 09 '23 11:11 saeidMLK

Creating a HF Dataset from scratch is explained here: https://huggingface.co/docs/datasets/image_dataset.

NielsRogge avatar Nov 12 '23 13:11 NielsRogge