albertvillanova HF staff commited on
Commit
97a933d
1 Parent(s): 06cde05

Add NE data files

Browse files
NE/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:670346965a8886436d9321d69aac10b36610a042a9d124390f88a258f5757af6
3
+ size 2115862
NE/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06fae91ce02cf7f3caadf3ead30c4399ac4e56f97c100cad4681145a3d23229a
3
+ size 26239734
NE/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54ccd4a04d43a309ee6b0829ac737b7d7a70a0031827b58d31a4da080d07de97
3
+ size 1337479
README.md CHANGED
@@ -70,7 +70,7 @@ dataset_info:
70
  - name: validation
71
  num_bytes: 4424316
72
  num_examples: 2000
73
- download_size: 120547669
74
  dataset_size: 263683981
75
  - config_name: P
76
  features:
@@ -143,6 +143,14 @@ configs:
143
  path: CN/test-*
144
  - split: validation
145
  path: CN/validation-*
 
 
 
 
 
 
 
 
146
  ---
147
 
148
  # Dataset Card for CBT
 
70
  - name: validation
71
  num_bytes: 4424316
72
  num_examples: 2000
73
+ download_size: 29693075
74
  dataset_size: 263683981
75
  - config_name: P
76
  features:
 
143
  path: CN/test-*
144
  - split: validation
145
  path: CN/validation-*
146
+ - config_name: NE
147
+ data_files:
148
+ - split: train
149
+ path: NE/train-*
150
+ - split: test
151
+ path: NE/test-*
152
+ - split: validation
153
+ path: NE/validation-*
154
  ---
155
 
156
  # Dataset Card for CBT
dataset_infos.json CHANGED
@@ -228,42 +228,31 @@
228
  "sentences": {
229
  "feature": {
230
  "dtype": "string",
231
- "id": null,
232
  "_type": "Value"
233
  },
234
- "length": -1,
235
- "id": null,
236
  "_type": "Sequence"
237
  },
238
  "question": {
239
  "dtype": "string",
240
- "id": null,
241
  "_type": "Value"
242
  },
243
  "answer": {
244
  "dtype": "string",
245
- "id": null,
246
  "_type": "Value"
247
  },
248
  "options": {
249
  "feature": {
250
  "dtype": "string",
251
- "id": null,
252
  "_type": "Value"
253
  },
254
- "length": -1,
255
- "id": null,
256
  "_type": "Sequence"
257
  }
258
  },
259
- "post_processed": null,
260
- "supervised_keys": null,
261
- "task_templates": null,
262
- "builder_name": "cbt",
263
  "config_name": "NE",
264
  "version": {
265
  "version_str": "1.1.0",
266
- "description": null,
267
  "major": 1,
268
  "minor": 1,
269
  "patch": 0
@@ -273,31 +262,24 @@
273
  "name": "train",
274
  "num_bytes": 253551931,
275
  "num_examples": 108719,
276
- "dataset_name": "cbt"
277
  },
278
  "test": {
279
  "name": "test",
280
  "num_bytes": 5707734,
281
  "num_examples": 2500,
282
- "dataset_name": "cbt"
283
  },
284
  "validation": {
285
  "name": "validation",
286
  "num_bytes": 4424316,
287
  "num_examples": 2000,
288
- "dataset_name": "cbt"
289
- }
290
- },
291
- "download_checksums": {
292
- "data/CBTest.tgz": {
293
- "num_bytes": 120547669,
294
- "checksum": "932df0cadc1337b2a12b4c696b1041c1d1c6d4b6bd319874c6288f02e4a61e92"
295
  }
296
  },
297
- "download_size": 120547669,
298
- "post_processing_size": null,
299
  "dataset_size": 263683981,
300
- "size_in_bytes": 384231650
301
  },
302
  "CN": {
303
  "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",
 
228
  "sentences": {
229
  "feature": {
230
  "dtype": "string",
 
231
  "_type": "Value"
232
  },
 
 
233
  "_type": "Sequence"
234
  },
235
  "question": {
236
  "dtype": "string",
 
237
  "_type": "Value"
238
  },
239
  "answer": {
240
  "dtype": "string",
 
241
  "_type": "Value"
242
  },
243
  "options": {
244
  "feature": {
245
  "dtype": "string",
 
246
  "_type": "Value"
247
  },
 
 
248
  "_type": "Sequence"
249
  }
250
  },
251
+ "builder_name": "parquet",
252
+ "dataset_name": "cbt",
 
 
253
  "config_name": "NE",
254
  "version": {
255
  "version_str": "1.1.0",
 
256
  "major": 1,
257
  "minor": 1,
258
  "patch": 0
 
262
  "name": "train",
263
  "num_bytes": 253551931,
264
  "num_examples": 108719,
265
+ "dataset_name": null
266
  },
267
  "test": {
268
  "name": "test",
269
  "num_bytes": 5707734,
270
  "num_examples": 2500,
271
+ "dataset_name": null
272
  },
273
  "validation": {
274
  "name": "validation",
275
  "num_bytes": 4424316,
276
  "num_examples": 2000,
277
+ "dataset_name": null
 
 
 
 
 
 
278
  }
279
  },
280
+ "download_size": 29693075,
 
281
  "dataset_size": 263683981,
282
+ "size_in_bytes": 293377056
283
  },
284
  "CN": {
285
  "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",