MING-ZCH commited on
Commit
78cca55
·
verified ·
1 Parent(s): 4f90cd0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -54
README.md CHANGED
@@ -8,60 +8,60 @@ tags:
8
  - multimodel
9
  size_categories:
10
  - 1K<n<10K
11
- dataset_info:
12
- features:
13
- - name: id
14
- dtype: string
15
- - name: image
16
- dtype: image
17
- - name: question
18
- dtype: string
19
- - name: option1
20
- dtype: string
21
- - name: option2
22
- dtype: string
23
- - name: option3
24
- dtype: string
25
- - name: option4
26
- dtype: string
27
- - name: option5
28
- dtype: string
29
- - name: option6
30
- dtype: string
31
- - name: correct_option
32
- dtype: string
33
- - name: answer
34
- dtype: string
35
- - name: image_type
36
- dtype: string
37
- - name: difficulty
38
- dtype: string
39
- - name: domain
40
- dtype: string
41
- - name: emotion
42
- dtype: string
43
- - name: rhetoric
44
- dtype: string
45
- - name: explanation
46
- dtype: string
47
- - name: local_path
48
- dtype: string
49
- splits:
50
- - name: test
51
- # num_bytes: 100905780.044
52
- num_examples: 765
53
- - name: dev
54
- # num_bytes: 2834243.0
55
- num_examples: 35
56
- # download_size: 412070649
57
- # dataset_size: 103740023.044
58
- configs:
59
- - config_name: default
60
- data_files:
61
- - split: test
62
- path: data/test-*
63
- - split: dev
64
- path: data/dev-*
65
  ---
66
 
67
  # CII-Bench
 
8
  - multimodel
9
  size_categories:
10
  - 1K<n<10K
11
+ # dataset_info:
12
+ # features:
13
+ # - name: id
14
+ # dtype: string
15
+ # - name: image
16
+ # dtype: image
17
+ # - name: question
18
+ # dtype: string
19
+ # - name: option1
20
+ # dtype: string
21
+ # - name: option2
22
+ # dtype: string
23
+ # - name: option3
24
+ # dtype: string
25
+ # - name: option4
26
+ # dtype: string
27
+ # - name: option5
28
+ # dtype: string
29
+ # - name: option6
30
+ # dtype: string
31
+ # - name: correct_option
32
+ # dtype: string
33
+ # - name: answer
34
+ # dtype: string
35
+ # - name: image_type
36
+ # dtype: string
37
+ # - name: difficulty
38
+ # dtype: string
39
+ # - name: domain
40
+ # dtype: string
41
+ # - name: emotion
42
+ # dtype: string
43
+ # - name: rhetoric
44
+ # dtype: string
45
+ # - name: explanation
46
+ # dtype: string
47
+ # - name: local_path
48
+ # dtype: string
49
+ # splits:
50
+ # - name: test
51
+ # # num_bytes: 100905780.044
52
+ # num_examples: 765
53
+ # - name: dev
54
+ # # num_bytes: 2834243.0
55
+ # num_examples: 35
56
+ # # download_size: 412070649
57
+ # # dataset_size: 103740023.044
58
+ # configs:
59
+ # - config_name: default
60
+ # data_files:
61
+ # - split: test
62
+ # path: data/test-*
63
+ # - split: dev
64
+ # path: data/dev-*
65
  ---
66
 
67
  # CII-Bench