Commit
•
a731474
1
Parent(s):
004c195
Add raw data files
Browse files- README.md +9 -1
- dataset_infos.json +7 -19
- raw/test-00000-of-00001.parquet +3 -0
- raw/train-00000-of-00001.parquet +3 -0
- raw/validation-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -132,7 +132,7 @@ dataset_info:
|
|
132 |
- name: validation
|
133 |
num_bytes: 1182657
|
134 |
num_examples: 5
|
135 |
-
download_size:
|
136 |
dataset_size: 28452941
|
137 |
configs:
|
138 |
- config_name: CN
|
@@ -167,6 +167,14 @@ configs:
|
|
167 |
path: V/test-*
|
168 |
- split: validation
|
169 |
path: V/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
170 |
---
|
171 |
|
172 |
# Dataset Card for CBT
|
|
|
132 |
- name: validation
|
133 |
num_bytes: 1182657
|
134 |
num_examples: 5
|
135 |
+
download_size: 16350790
|
136 |
dataset_size: 28452941
|
137 |
configs:
|
138 |
- config_name: CN
|
|
|
167 |
path: V/test-*
|
168 |
- split: validation
|
169 |
path: V/validation-*
|
170 |
+
- config_name: raw
|
171 |
+
data_files:
|
172 |
+
- split: train
|
173 |
+
path: raw/train-*
|
174 |
+
- split: test
|
175 |
+
path: raw/test-*
|
176 |
+
- split: validation
|
177 |
+
path: raw/validation-*
|
178 |
---
|
179 |
|
180 |
# Dataset Card for CBT
|
dataset_infos.json
CHANGED
@@ -7,23 +7,18 @@
|
|
7 |
"features": {
|
8 |
"title": {
|
9 |
"dtype": "string",
|
10 |
-
"id": null,
|
11 |
"_type": "Value"
|
12 |
},
|
13 |
"content": {
|
14 |
"dtype": "string",
|
15 |
-
"id": null,
|
16 |
"_type": "Value"
|
17 |
}
|
18 |
},
|
19 |
-
"
|
20 |
-
"
|
21 |
-
"task_templates": null,
|
22 |
-
"builder_name": "cbt",
|
23 |
"config_name": "raw",
|
24 |
"version": {
|
25 |
"version_str": "1.1.0",
|
26 |
-
"description": null,
|
27 |
"major": 1,
|
28 |
"minor": 1,
|
29 |
"patch": 0
|
@@ -33,31 +28,24 @@
|
|
33 |
"name": "train",
|
34 |
"num_bytes": 25741580,
|
35 |
"num_examples": 98,
|
36 |
-
"dataset_name":
|
37 |
},
|
38 |
"test": {
|
39 |
"name": "test",
|
40 |
"num_bytes": 1528704,
|
41 |
"num_examples": 5,
|
42 |
-
"dataset_name":
|
43 |
},
|
44 |
"validation": {
|
45 |
"name": "validation",
|
46 |
"num_bytes": 1182657,
|
47 |
"num_examples": 5,
|
48 |
-
"dataset_name":
|
49 |
-
}
|
50 |
-
},
|
51 |
-
"download_checksums": {
|
52 |
-
"data/CBTest.tgz": {
|
53 |
-
"num_bytes": 120547669,
|
54 |
-
"checksum": "932df0cadc1337b2a12b4c696b1041c1d1c6d4b6bd319874c6288f02e4a61e92"
|
55 |
}
|
56 |
},
|
57 |
-
"download_size":
|
58 |
-
"post_processing_size": null,
|
59 |
"dataset_size": 28452941,
|
60 |
-
"size_in_bytes":
|
61 |
},
|
62 |
"V": {
|
63 |
"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",
|
|
|
7 |
"features": {
|
8 |
"title": {
|
9 |
"dtype": "string",
|
|
|
10 |
"_type": "Value"
|
11 |
},
|
12 |
"content": {
|
13 |
"dtype": "string",
|
|
|
14 |
"_type": "Value"
|
15 |
}
|
16 |
},
|
17 |
+
"builder_name": "parquet",
|
18 |
+
"dataset_name": "cbt",
|
|
|
|
|
19 |
"config_name": "raw",
|
20 |
"version": {
|
21 |
"version_str": "1.1.0",
|
|
|
22 |
"major": 1,
|
23 |
"minor": 1,
|
24 |
"patch": 0
|
|
|
28 |
"name": "train",
|
29 |
"num_bytes": 25741580,
|
30 |
"num_examples": 98,
|
31 |
+
"dataset_name": null
|
32 |
},
|
33 |
"test": {
|
34 |
"name": "test",
|
35 |
"num_bytes": 1528704,
|
36 |
"num_examples": 5,
|
37 |
+
"dataset_name": null
|
38 |
},
|
39 |
"validation": {
|
40 |
"name": "validation",
|
41 |
"num_bytes": 1182657,
|
42 |
"num_examples": 5,
|
43 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
}
|
45 |
},
|
46 |
+
"download_size": 16350790,
|
|
|
47 |
"dataset_size": 28452941,
|
48 |
+
"size_in_bytes": 44803731
|
49 |
},
|
50 |
"V": {
|
51 |
"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",
|
raw/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:31e9ed730a7c2e224f4ac7839d423a2b6ec3307d80f68fedf0cdfad81d7a747e
|
3 |
+
size 854786
|
raw/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:41739534f7c732599813e0adc06a2ad014ad6d06a08f62865d1d7d6e666111d9
|
3 |
+
size 14834601
|
raw/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a62915f3a9a2a5518eb8c16d805aa84e211f01c303bc8088a6e45284c45677f9
|
3 |
+
size 661403
|