Add image-text-to-text task category and project page (#1)
Browse files- Add image-text-to-text task category and project page (aa09342d6ef93f9761d9bedda0b33c5dc63d6e46)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1,4 +1,11 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
dataset_info:
|
3 |
features:
|
4 |
- name: image
|
@@ -25,18 +32,14 @@ configs:
|
|
25 |
path: data/test-*
|
26 |
- split: train
|
27 |
path: data/train-*
|
28 |
-
task_categories:
|
29 |
-
- visual-question-answering
|
30 |
-
- image-feature-extraction
|
31 |
-
language:
|
32 |
-
- fr
|
33 |
-
license: cc-by-nc-4.0
|
34 |
---
|
35 |
|
36 |
## Description
|
37 |
|
38 |
French split of the [ByteDance/MTVQA](https://huggingface.co/datasets/ByteDance/MTVQA) dataset that we processed.
|
39 |
|
|
|
|
|
40 |
## Citation
|
41 |
|
42 |
```
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- fr
|
4 |
+
license: cc-by-nc-4.0
|
5 |
+
task_categories:
|
6 |
+
- visual-question-answering
|
7 |
+
- image-feature-extraction
|
8 |
+
- image-text-to-text
|
9 |
dataset_info:
|
10 |
features:
|
11 |
- name: image
|
|
|
32 |
path: data/test-*
|
33 |
- split: train
|
34 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
---
|
36 |
|
37 |
## Description
|
38 |
|
39 |
French split of the [ByteDance/MTVQA](https://huggingface.co/datasets/ByteDance/MTVQA) dataset that we processed.
|
40 |
|
41 |
+
Project Page: https://bytedance.github.io/MTVQA/
|
42 |
+
|
43 |
## Citation
|
44 |
|
45 |
```
|