han q commited on
Commit
555bc1f
·
verified ·
1 Parent(s): 834ce76

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -3
README.md CHANGED
@@ -1,3 +1,34 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+
4
+ configs:
5
+ - config_name: default
6
+ data_files:
7
+ - split: testmini
8
+ path: testmini/test_mini.parquet
9
+ features:
10
+ - name: index
11
+ dtype: int64
12
+ - name: description
13
+ dtype: string
14
+ - name: question
15
+ dtype: string
16
+ - name: image
17
+ dtype: string
18
+ - name: options
19
+ dtype: string
20
+ - name: answer
21
+ dtype: image
22
+ - name: category
23
+ dtype: string
24
+ - name: question_simply
25
+ dtype: string
26
+ - name: subfield
27
+ dtype: string
28
+ - name: image_caption
29
+ dtype: string
30
+ - name: reasoning_type
31
+ dtype:
32
+ sequence: string
33
+
34
+ ---