Deva8 commited on
Commit
0b4e600
·
verified ·
1 Parent(s): b11fd9a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -15,7 +15,7 @@ configs:
15
  data_files:
16
  - split: train
17
  path:
18
- - "metadata.csv"
19
  - "gen_vqa_v2-images.zip"
20
  dataset_info:
21
  features:
@@ -27,9 +27,10 @@ dataset_info:
27
  dtype: string
28
  - name: answer
29
  dtype: string
30
- - name: file_name
31
  dtype: image
32
  ---
 
33
  # Generative-VQA-V2-Curated
34
 
35
  A curated, balanced, and cleaned version of the VQA v2 dataset specifically optimized for **Generative Visual Question Answering**.
 
15
  data_files:
16
  - split: train
17
  path:
18
+ - "main_metadata.csv"
19
  - "gen_vqa_v2-images.zip"
20
  dataset_info:
21
  features:
 
27
  dtype: string
28
  - name: answer
29
  dtype: string
30
+ - name: file_name
31
  dtype: image
32
  ---
33
+
34
  # Generative-VQA-V2-Curated
35
 
36
  A curated, balanced, and cleaned version of the VQA v2 dataset specifically optimized for **Generative Visual Question Answering**.