Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -20,4 +20,19 @@ configs:
|
|
20 |
data_files:
|
21 |
- split: train
|
22 |
path: data/train-*
|
|
|
|
|
|
|
|
|
23 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
data_files:
|
21 |
- split: train
|
22 |
path: data/train-*
|
23 |
+
task_categories:
|
24 |
+
- image-feature-extraction
|
25 |
+
language:
|
26 |
+
- fr
|
27 |
---
|
28 |
+
|
29 |
+
## Description
|
30 |
+
|
31 |
+
[manu/tabfquad_retrieving](https://huggingface.co/datasets/manu/tabfquad_retrieving) dataset that we processed.
|
32 |
+
Although useless, we have created an empty `answer` column to facilitate the concatenation of this dataset with VQA datasets where only the `quesion` and `image` columns would be used to train a Colpali-type model or one of its derivatives.
|
33 |
+
|
34 |
+
## Citation
|
35 |
+
|
36 |
+
```
|
37 |
+
https://huggingface.co/datasets/manu/tabfquad_retrieving
|
38 |
+
```
|