Commit
•
3df944c
1
Parent(s):
97a933d
Add P data files
Browse files- P/test-00000-of-00001.parquet +3 -0
- P/train-00000-of-00002.parquet +3 -0
- P/train-00001-of-00002.parquet +3 -0
- P/validation-00000-of-00001.parquet +3 -0
- README.md +9 -1
- dataset_infos.json +7 -25
P/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:984196ed7b98736cf9237c50dfd6ee418edb94255edb74255b060954acfd5fd4
|
3 |
+
size 2312383
|
P/train-00000-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c844b12e6be18116cf98fceabc80d84e4520f22043bb824d3051c1cc6cdf8fad
|
3 |
+
size 19612810
|
P/train-00001-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a9d18ed691f3a67c8cd9d9e0774d6931c4a1859439886333eb241fcdf0342fd5
|
3 |
+
size 20469947
|
P/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4c727eeb37d9cd727fcf0a7b30be54042d766ff4c56fc10498d4e245e8167f1
|
3 |
+
size 1430216
|
README.md
CHANGED
@@ -92,7 +92,7 @@ dataset_info:
|
|
92 |
- name: validation
|
93 |
num_bytes: 4776981
|
94 |
num_examples: 2000
|
95 |
-
download_size:
|
96 |
dataset_size: 863707630
|
97 |
- config_name: V
|
98 |
features:
|
@@ -151,6 +151,14 @@ configs:
|
|
151 |
path: NE/test-*
|
152 |
- split: validation
|
153 |
path: NE/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
154 |
---
|
155 |
|
156 |
# Dataset Card for CBT
|
|
|
92 |
- name: validation
|
93 |
num_bytes: 4776981
|
94 |
num_examples: 2000
|
95 |
+
download_size: 43825356
|
96 |
dataset_size: 863707630
|
97 |
- config_name: V
|
98 |
features:
|
|
|
151 |
path: NE/test-*
|
152 |
- split: validation
|
153 |
path: NE/validation-*
|
154 |
+
- config_name: P
|
155 |
+
data_files:
|
156 |
+
- split: train
|
157 |
+
path: P/train-*
|
158 |
+
- split: test
|
159 |
+
path: P/test-*
|
160 |
+
- split: validation
|
161 |
+
path: P/validation-*
|
162 |
---
|
163 |
|
164 |
# Dataset Card for CBT
|
dataset_infos.json
CHANGED
@@ -148,42 +148,31 @@
|
|
148 |
"sentences": {
|
149 |
"feature": {
|
150 |
"dtype": "string",
|
151 |
-
"id": null,
|
152 |
"_type": "Value"
|
153 |
},
|
154 |
-
"length": -1,
|
155 |
-
"id": null,
|
156 |
"_type": "Sequence"
|
157 |
},
|
158 |
"question": {
|
159 |
"dtype": "string",
|
160 |
-
"id": null,
|
161 |
"_type": "Value"
|
162 |
},
|
163 |
"answer": {
|
164 |
"dtype": "string",
|
165 |
-
"id": null,
|
166 |
"_type": "Value"
|
167 |
},
|
168 |
"options": {
|
169 |
"feature": {
|
170 |
"dtype": "string",
|
171 |
-
"id": null,
|
172 |
"_type": "Value"
|
173 |
},
|
174 |
-
"length": -1,
|
175 |
-
"id": null,
|
176 |
"_type": "Sequence"
|
177 |
}
|
178 |
},
|
179 |
-
"
|
180 |
-
"
|
181 |
-
"task_templates": null,
|
182 |
-
"builder_name": "cbt",
|
183 |
"config_name": "P",
|
184 |
"version": {
|
185 |
"version_str": "1.1.0",
|
186 |
-
"description": null,
|
187 |
"major": 1,
|
188 |
"minor": 1,
|
189 |
"patch": 0
|
@@ -193,31 +182,24 @@
|
|
193 |
"name": "train",
|
194 |
"num_bytes": 852852601,
|
195 |
"num_examples": 334030,
|
196 |
-
"dataset_name":
|
197 |
},
|
198 |
"test": {
|
199 |
"name": "test",
|
200 |
"num_bytes": 6078048,
|
201 |
"num_examples": 2500,
|
202 |
-
"dataset_name":
|
203 |
},
|
204 |
"validation": {
|
205 |
"name": "validation",
|
206 |
"num_bytes": 4776981,
|
207 |
"num_examples": 2000,
|
208 |
-
"dataset_name":
|
209 |
-
}
|
210 |
-
},
|
211 |
-
"download_checksums": {
|
212 |
-
"data/CBTest.tgz": {
|
213 |
-
"num_bytes": 120547669,
|
214 |
-
"checksum": "932df0cadc1337b2a12b4c696b1041c1d1c6d4b6bd319874c6288f02e4a61e92"
|
215 |
}
|
216 |
},
|
217 |
-
"download_size":
|
218 |
-
"post_processing_size": null,
|
219 |
"dataset_size": 863707630,
|
220 |
-
"size_in_bytes":
|
221 |
},
|
222 |
"NE": {
|
223 |
"description": "The Children\u2019s Book Test (CBT) is designed to measure directly\nhow well language models can exploit wider linguistic context.\nThe CBT is built from books that are freely available.\n",
|
|
|
148 |
"sentences": {
|
149 |
"feature": {
|
150 |
"dtype": "string",
|
|
|
151 |
"_type": "Value"
|
152 |
},
|
|
|
|
|
153 |
"_type": "Sequence"
|
154 |
},
|
155 |
"question": {
|
156 |
"dtype": "string",
|
|
|
157 |
"_type": "Value"
|
158 |
},
|
159 |
"answer": {
|
160 |
"dtype": "string",
|
|
|
161 |
"_type": "Value"
|
162 |
},
|
163 |
"options": {
|
164 |
"feature": {
|
165 |
"dtype": "string",
|
|
|
166 |
"_type": "Value"
|
167 |
},
|
|
|
|
|
168 |
"_type": "Sequence"
|
169 |
}
|
170 |
},
|
171 |
+
"builder_name": "parquet",
|
172 |
+
"dataset_name": "cbt",
|
|
|
|
|
173 |
"config_name": "P",
|
174 |
"version": {
|
175 |
"version_str": "1.1.0",
|
|
|
176 |
"major": 1,
|
177 |
"minor": 1,
|
178 |
"patch": 0
|
|
|
182 |
"name": "train",
|
183 |
"num_bytes": 852852601,
|
184 |
"num_examples": 334030,
|
185 |
+
"dataset_name": null
|
186 |
},
|
187 |
"test": {
|
188 |
"name": "test",
|
189 |
"num_bytes": 6078048,
|
190 |
"num_examples": 2500,
|
191 |
+
"dataset_name": null
|
192 |
},
|
193 |
"validation": {
|
194 |
"name": "validation",
|
195 |
"num_bytes": 4776981,
|
196 |
"num_examples": 2000,
|
197 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
198 |
}
|
199 |
},
|
200 |
+
"download_size": 43825356,
|
|
|
201 |
"dataset_size": 863707630,
|
202 |
+
"size_in_bytes": 907532986
|
203 |
},
|
204 |
"NE": {
|
205 |
"description": "The Children\u2019s Book Test (CBT) is designed to measure directly\nhow well language models can exploit wider linguistic context.\nThe CBT is built from books that are freely available.\n",
|