luodian commited on
Commit
b78abe7
1 Parent(s): d4dc810

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: question_id
5
+ dtype: string
6
+ - name: question
7
+ dtype: string
8
+ - name: choices
9
+ dtype: string
10
+ - name: answer
11
+ dtype: string
12
+ - name: query_image
13
+ dtype: image
14
+ - name: choice_image_0
15
+ dtype: image
16
+ - name: choice_image_1
17
+ dtype: image
18
+ - name: ques_type
19
+ dtype: string
20
+ - name: label
21
+ dtype: string
22
+ - name: grade
23
+ dtype: string
24
+ - name: skills
25
+ dtype: string
26
+ splits:
27
+ - name: val
28
+ num_bytes: 329185883.464
29
+ num_examples: 21488
30
+ download_size: 331538420
31
+ dataset_size: 329185883.464
32
+ configs:
33
+ - config_name: default
34
+ data_files:
35
+ - split: val
36
+ path: data/val-*
37
+ ---
38
+ # Dataset Card for "ICON-QA"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)