nielsr HF Staff commited on
Commit
620edd0
·
verified ·
1 Parent(s): 10d6012

Improve dataset card: Add `library_name` and `image-text-to-text` task category

Browse files

This PR enhances the dataset card by adding the `library_name: datasets` to the metadata, which helps users easily identify the library to load the dataset. It also includes `image-text-to-text` in the `task_categories` list for broader discoverability, as it encompasses the visual question answering task that the dataset addresses.

Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -6,6 +6,7 @@ language_creators:
6
  language:
7
  - en
8
  license: gpl-3.0
 
9
  multilinguality:
10
  - monolingual
11
  size_categories:
@@ -16,6 +17,7 @@ task_categories:
16
  - multiple-choice
17
  - question-answering
18
  - visual-question-answering
 
19
  task_ids:
20
  - multiple-choice-qa
21
  - visual-question-answering
@@ -96,6 +98,7 @@ configs:
96
  - split: 3d__angle
97
  path: data/3d__angle-*
98
  ---
 
99
  # VisOnlyQA
100
 
101
  <p align="center">
 
6
  language:
7
  - en
8
  license: gpl-3.0
9
+ library_name: datasets
10
  multilinguality:
11
  - monolingual
12
  size_categories:
 
17
  - multiple-choice
18
  - question-answering
19
  - visual-question-answering
20
+ - image-text-to-text
21
  task_ids:
22
  - multiple-choice-qa
23
  - visual-question-answering
 
98
  - split: 3d__angle
99
  path: data/3d__angle-*
100
  ---
101
+
102
  # VisOnlyQA
103
 
104
  <p align="center">