AllenNella commited on
Commit
064fdde
·
verified ·
1 Parent(s): bae5787

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ dataset_info:
2
+ - config_name: ScienceQA-IMG
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: question
7
+ dtype: string
8
+ - name: choices
9
+ sequence: string
10
+ - name: answer
11
+ dtype: int8
12
+ - name: task
13
+ dtype: string
14
+ - name: grade
15
+ dtype: string
16
+ - name: subject
17
+ dtype: string
18
+ - name: topic
19
+ dtype: string
20
+ - name: category
21
+ dtype: string
22
+ - name: skill
23
+ dtype: string
24
+ - name: lecture
25
+ dtype: string
26
+ - name: solution
27
+ dtype: string
28
+ splits:
29
+ - name: hi
30
+ num_examples: 2017
31
+ - name: id
32
+ num_examples: 2017
33
+ - name: ms
34
+ num_examples: 2017
35
+ - name: sw
36
+ num_examples: 2017
37
+ - name: ta
38
+ num_examples: 2017
39
+ - name: th
40
+ num_examples: 2017
41
+ - name: tr
42
+ num_examples: 2017
43
+ - name: zh
44
+ num_examples: 2017
45
+ - name: en
46
+ num_examples: 2017
47
+ configs:
48
+ - config_name: default
49
+ data_files:
50
+ - split: hi
51
+ path: data/hi*
52
+ - split: id
53
+ path: data/id*
54
+ - split: ms
55
+ path: data/ms*
56
+ - split: sw
57
+ path: data/sw*
58
+ - split: ta
59
+ path: data/ta*
60
+ - split: th
61
+ path: data/th*
62
+ - split: tr
63
+ path: data/tr*
64
+ - split: zh
65
+ path: data/zh*
66
+ - split: en
67
+ path: data/en*