gsarch commited on
Commit
7ad141b
·
verified ·
1 Parent(s): db1e991

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +16 -25
README.md CHANGED
@@ -1,27 +1,18 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: image
5
- dtype: image
6
- - name: question
7
- dtype: string
8
- - name: answer
9
- dtype: string
10
- - name: attribute
11
- dtype: string
12
- - name: is_clear
13
- dtype: bool
14
- - name: chart_type
15
- dtype: string
16
- splits:
17
- - name: train
18
- num_bytes: 212278292.75
19
- num_examples: 1250
20
- download_size: 156637056
21
- dataset_size: 212278292.75
22
- configs:
23
- - config_name: default
24
- data_files:
25
- - split: train
26
- path: data/train-*
27
  ---
 
 
 
 
 
 
 
 
1
  ---
2
+ tags:
3
+ - charts
4
+ - vqa
5
+ - multimodal
6
+ - images
7
+ task_categories:
8
+ - visual-question-answering
9
+ license: other
10
+ pretty_name: EvoChart-QA
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
+
13
+ # gsarch/EvoChart-QA
14
+
15
+ This dataset packages the EvoChart QA annotations with embedded chart images.
16
+ Each row contains the keys `image`, `question`, `answer`, `attribute`, `is_clear`, and `chart_type`.
17
+
18
+ Total rows: 1250