Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,184 @@
|
|
1 |
---
|
|
|
|
|
2 |
task_categories:
|
3 |
- text-classification
|
4 |
- multiple-choice
|
5 |
-
|
6 |
-
-
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
task_categories:
|
5 |
- text-classification
|
6 |
- multiple-choice
|
7 |
+
dataset_info:
|
8 |
+
- config_name: cdp_qa
|
9 |
+
features:
|
10 |
+
- name: question
|
11 |
+
dtype: string
|
12 |
+
- name: answer
|
13 |
+
dtype: string
|
14 |
+
- name: category
|
15 |
+
dtype: string
|
16 |
+
- name: label
|
17 |
+
dtype:
|
18 |
+
class_label:
|
19 |
+
names:
|
20 |
+
'0': '0'
|
21 |
+
'1': '1'
|
22 |
+
- name: idx
|
23 |
+
dtype: int32
|
24 |
+
splits:
|
25 |
+
- name: train
|
26 |
+
num_bytes: 808340140
|
27 |
+
num_examples: 1096310
|
28 |
+
- name: validation
|
29 |
+
num_bytes: 118202812
|
30 |
+
num_examples: 157752
|
31 |
+
- name: test
|
32 |
+
num_bytes: 135526566
|
33 |
+
num_examples: 185304
|
34 |
+
download_size: 0
|
35 |
+
dataset_size: 1062069518
|
36 |
+
- config_name: climate_eng
|
37 |
+
features:
|
38 |
+
- name: text
|
39 |
+
dtype: string
|
40 |
+
- name: label
|
41 |
+
dtype:
|
42 |
+
class_label:
|
43 |
+
names:
|
44 |
+
'0': '0'
|
45 |
+
'1': '1'
|
46 |
+
'2': '2'
|
47 |
+
'3': '3'
|
48 |
+
'4': '4'
|
49 |
+
- name: idx
|
50 |
+
dtype: int32
|
51 |
+
splits:
|
52 |
+
- name: train
|
53 |
+
num_bytes: 625518
|
54 |
+
num_examples: 2871
|
55 |
+
- name: validation
|
56 |
+
num_bytes: 78234
|
57 |
+
num_examples: 354
|
58 |
+
- name: test
|
59 |
+
num_bytes: 81454
|
60 |
+
num_examples: 355
|
61 |
+
download_size: 0
|
62 |
+
dataset_size: 785206
|
63 |
+
- config_name: climate_stance
|
64 |
+
features:
|
65 |
+
- name: text
|
66 |
+
dtype: string
|
67 |
+
- name: label
|
68 |
+
dtype:
|
69 |
+
class_label:
|
70 |
+
names:
|
71 |
+
'0': 0
|
72 |
+
'1': 1
|
73 |
+
'2': 2
|
74 |
+
- name: idx
|
75 |
+
dtype: int32
|
76 |
+
splits:
|
77 |
+
- name: train
|
78 |
+
num_bytes: 625518
|
79 |
+
num_examples: 2871
|
80 |
+
- name: validation
|
81 |
+
num_bytes: 78234
|
82 |
+
num_examples: 354
|
83 |
+
- name: test
|
84 |
+
num_bytes: 81454
|
85 |
+
num_examples: 355
|
86 |
+
download_size: 0
|
87 |
+
dataset_size: 785206
|
88 |
+
- config_name: climatext
|
89 |
+
features:
|
90 |
+
- name: text
|
91 |
+
dtype: string
|
92 |
+
- name: label
|
93 |
+
dtype:
|
94 |
+
class_label:
|
95 |
+
names:
|
96 |
+
'0': '0'
|
97 |
+
'1': '1'
|
98 |
+
- name: idx
|
99 |
+
dtype: int32
|
100 |
+
splits:
|
101 |
+
- name: train
|
102 |
+
num_bytes: 395494
|
103 |
+
num_examples: 3000
|
104 |
+
- name: validation
|
105 |
+
num_bytes: 48406
|
106 |
+
num_examples: 300
|
107 |
+
- name: test
|
108 |
+
num_bytes: 260912
|
109 |
+
num_examples: 1600
|
110 |
+
download_size: 0
|
111 |
+
dataset_size: 704812
|
112 |
+
- config_name: exams
|
113 |
+
features:
|
114 |
+
- name: subject
|
115 |
+
dtype: string
|
116 |
+
- name: question_stem
|
117 |
+
dtype: string
|
118 |
+
- name: choices
|
119 |
+
dtype: string
|
120 |
+
- name: answerKey
|
121 |
+
dtype:
|
122 |
+
class_label:
|
123 |
+
names:
|
124 |
+
'0': A
|
125 |
+
'1': B
|
126 |
+
'2': C
|
127 |
+
'3': D
|
128 |
+
- name: idx
|
129 |
+
dtype: int32
|
130 |
+
splits:
|
131 |
+
- name: test
|
132 |
+
num_bytes: 165711
|
133 |
+
num_examples: 484
|
134 |
+
download_size: 0
|
135 |
+
dataset_size: 165711
|
136 |
+
- config_name: exeter
|
137 |
+
features:
|
138 |
+
- name: text
|
139 |
+
dtype: string
|
140 |
+
- name: label
|
141 |
+
dtype:
|
142 |
+
class_label:
|
143 |
+
names:
|
144 |
+
'0': '0'
|
145 |
+
'1': '1'
|
146 |
+
- name: idx
|
147 |
+
dtype: int32
|
148 |
+
splits:
|
149 |
+
- name: train
|
150 |
+
num_bytes: 7495896
|
151 |
+
num_examples: 23436
|
152 |
+
- name: validation
|
153 |
+
num_bytes: 837247
|
154 |
+
num_examples: 2605
|
155 |
+
- name: test
|
156 |
+
num_bytes: 1053039
|
157 |
+
num_examples: 2904
|
158 |
+
download_size: 0
|
159 |
+
dataset_size: 9386182
|
160 |
+
- config_name: translated_exams
|
161 |
+
features:
|
162 |
+
- name: subject
|
163 |
+
dtype: string
|
164 |
+
- name: question_stem
|
165 |
+
dtype: string
|
166 |
+
- name: choices
|
167 |
+
dtype: string
|
168 |
+
- name: answerKey
|
169 |
+
dtype:
|
170 |
+
class_label:
|
171 |
+
names:
|
172 |
+
'0': A
|
173 |
+
'1': B
|
174 |
+
'2': C
|
175 |
+
'3': D
|
176 |
+
- name: idx
|
177 |
+
dtype: int32
|
178 |
+
splits:
|
179 |
+
- name: test
|
180 |
+
num_bytes: 132380
|
181 |
+
num_examples: 484
|
182 |
+
download_size: 0
|
183 |
+
dataset_size: 132380
|
184 |
+
---
|