Add task category and project page URL
Browse filesThis PR adds the `image-text-to-text` task category, as well as the link to the project page.
README.md
CHANGED
|
@@ -1,4 +1,7 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
| 2 |
dataset_info:
|
| 3 |
features:
|
| 4 |
- name: image
|
|
@@ -20,12 +23,10 @@ configs:
|
|
| 20 |
data_files:
|
| 21 |
- split: test
|
| 22 |
path: data/test-*
|
| 23 |
-
license: cc-by-nc-4.0
|
| 24 |
---
|
| 25 |
|
| 26 |
# Dataset Card for MTVQA_IT
|
| 27 |
|
| 28 |
-
|
| 29 |
## Dataset description
|
| 30 |
|
| 31 |
This is a formatted version of [MTVQA](https://huggingface.co/datasets/ByteDance/MTVQA) including only the Italian data.
|
|
@@ -43,4 +44,6 @@ If you use this dataset in your research you should cite the original publicatio
|
|
| 43 |
archivePrefix={arXiv},
|
| 44 |
primaryClass={cs.CV}
|
| 45 |
}
|
| 46 |
-
```
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-text-to-text
|
| 5 |
dataset_info:
|
| 6 |
features:
|
| 7 |
- name: image
|
|
|
|
| 23 |
data_files:
|
| 24 |
- split: test
|
| 25 |
path: data/test-*
|
|
|
|
| 26 |
---
|
| 27 |
|
| 28 |
# Dataset Card for MTVQA_IT
|
| 29 |
|
|
|
|
| 30 |
## Dataset description
|
| 31 |
|
| 32 |
This is a formatted version of [MTVQA](https://huggingface.co/datasets/ByteDance/MTVQA) including only the Italian data.
|
|
|
|
| 44 |
archivePrefix={arXiv},
|
| 45 |
primaryClass={cs.CV}
|
| 46 |
}
|
| 47 |
+
```
|
| 48 |
+
|
| 49 |
+
Project page: https://bytedance.github.io/MTVQA/
|