File size: 1,197 Bytes
509c577
 
a9646bf
509c577
 
a9646bf
97bc909
a9646bf
 
 
 
 
 
 
 
6795126
a9646bf
 
 
 
509c577
856aa62
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
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](https://huggingface.co/datasets/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](https://huggingface.co/datasets/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.