lbourdois's picture
Update README.md
6795126 verified
metadata
configs:
  - config_name: en
    data_files:
      - split: train
        path: en/train-*
      - split: test
        path: en/test-*
  - config_name: zh
    data_files:
      - split: train
        path: zh/train-*
      - split: test
        path: zh/test-*
language:
  - fra
task_categories:
  - visual-question-answering
size_categories:
  - 100K<n<1M

Description

This dataset is a processed version of liboaccn/OPUS-MIT-5M to make it easier to use, particularly for a visual question answering task where answer is an OCR transcription.
Specifically, the original dataset has been processed to provide the image directly as a PIL rather than a path in an image column.
We've also created a question column containing around 40 prompts based on via tutoiement, vouvoiement and imperative forms.

Note that this dataset contains only the French part of the original dataset (en-fr & fr-zh).
For further details, please consult the liboaccn/OPUS-MIT-5M dataset card.

Finally, the dataset column is for internal use by the person who processed the dataset, and can therefore be ignored by the user.