MING-ZCH commited on
Commit
3d5b412
1 Parent(s): c0120f9

Update README.md

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