Add V data files
Browse files- README.md +9 -1
- V/test-00000-of-00001.parquet +3 -0
- V/train-00000-of-00001.parquet +3 -0
- V/validation-00000-of-00001.parquet +3 -0
- dataset_infos.json +7 -25
README.md
CHANGED
|
@@ -114,7 +114,7 @@ dataset_info:
|
|
| 114 |
- name: validation
|
| 115 |
num_bytes: 4556425
|
| 116 |
num_examples: 2000
|
| 117 |
-
download_size:
|
| 118 |
dataset_size: 262540699
|
| 119 |
- config_name: raw
|
| 120 |
features:
|
|
@@ -159,6 +159,14 @@ configs:
|
|
| 159 |
path: P/test-*
|
| 160 |
- split: validation
|
| 161 |
path: P/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 162 |
---
|
| 163 |
|
| 164 |
# Dataset Card for CBT
|
|
|
|
| 114 |
- name: validation
|
| 115 |
num_bytes: 4556425
|
| 116 |
num_examples: 2000
|
| 117 |
+
download_size: 29992082
|
| 118 |
dataset_size: 262540699
|
| 119 |
- config_name: raw
|
| 120 |
features:
|
|
|
|
| 159 |
path: P/test-*
|
| 160 |
- split: validation
|
| 161 |
path: P/validation-*
|
| 162 |
+
- config_name: V
|
| 163 |
+
data_files:
|
| 164 |
+
- split: train
|
| 165 |
+
path: V/train-*
|
| 166 |
+
- split: test
|
| 167 |
+
path: V/test-*
|
| 168 |
+
- split: validation
|
| 169 |
+
path: V/validation-*
|
| 170 |
---
|
| 171 |
|
| 172 |
# Dataset Card for CBT
|
V/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ac63af0ae21d5b2d2a7ee57dc7f5a61e10e21b7209a6b52f0d2a075e21414fc
|
| 3 |
+
size 2099626
|
V/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c7ef1e105aca01465d1b3f180f0e81c163caf5be232313b78d08fb503f9f22ef
|
| 3 |
+
size 26506525
|
V/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a9eb1045c1ce6f0154a6f6f4be68afdb88651e949bf654fad354215a616f8c25
|
| 3 |
+
size 1385931
|
dataset_infos.json
CHANGED
|
@@ -68,42 +68,31 @@
|
|
| 68 |
"sentences": {
|
| 69 |
"feature": {
|
| 70 |
"dtype": "string",
|
| 71 |
-
"id": null,
|
| 72 |
"_type": "Value"
|
| 73 |
},
|
| 74 |
-
"length": -1,
|
| 75 |
-
"id": null,
|
| 76 |
"_type": "Sequence"
|
| 77 |
},
|
| 78 |
"question": {
|
| 79 |
"dtype": "string",
|
| 80 |
-
"id": null,
|
| 81 |
"_type": "Value"
|
| 82 |
},
|
| 83 |
"answer": {
|
| 84 |
"dtype": "string",
|
| 85 |
-
"id": null,
|
| 86 |
"_type": "Value"
|
| 87 |
},
|
| 88 |
"options": {
|
| 89 |
"feature": {
|
| 90 |
"dtype": "string",
|
| 91 |
-
"id": null,
|
| 92 |
"_type": "Value"
|
| 93 |
},
|
| 94 |
-
"length": -1,
|
| 95 |
-
"id": null,
|
| 96 |
"_type": "Sequence"
|
| 97 |
}
|
| 98 |
},
|
| 99 |
-
"
|
| 100 |
-
"
|
| 101 |
-
"task_templates": null,
|
| 102 |
-
"builder_name": "cbt",
|
| 103 |
"config_name": "V",
|
| 104 |
"version": {
|
| 105 |
"version_str": "1.1.0",
|
| 106 |
-
"description": null,
|
| 107 |
"major": 1,
|
| 108 |
"minor": 1,
|
| 109 |
"patch": 0
|
|
@@ -113,31 +102,24 @@
|
|
| 113 |
"name": "train",
|
| 114 |
"num_bytes": 252177649,
|
| 115 |
"num_examples": 105825,
|
| 116 |
-
"dataset_name":
|
| 117 |
},
|
| 118 |
"test": {
|
| 119 |
"name": "test",
|
| 120 |
"num_bytes": 5806625,
|
| 121 |
"num_examples": 2500,
|
| 122 |
-
"dataset_name":
|
| 123 |
},
|
| 124 |
"validation": {
|
| 125 |
"name": "validation",
|
| 126 |
"num_bytes": 4556425,
|
| 127 |
"num_examples": 2000,
|
| 128 |
-
"dataset_name":
|
| 129 |
-
}
|
| 130 |
-
},
|
| 131 |
-
"download_checksums": {
|
| 132 |
-
"data/CBTest.tgz": {
|
| 133 |
-
"num_bytes": 120547669,
|
| 134 |
-
"checksum": "932df0cadc1337b2a12b4c696b1041c1d1c6d4b6bd319874c6288f02e4a61e92"
|
| 135 |
}
|
| 136 |
},
|
| 137 |
-
"download_size":
|
| 138 |
-
"post_processing_size": null,
|
| 139 |
"dataset_size": 262540699,
|
| 140 |
-
"size_in_bytes":
|
| 141 |
},
|
| 142 |
"P": {
|
| 143 |
"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",
|
|
|
|
| 68 |
"sentences": {
|
| 69 |
"feature": {
|
| 70 |
"dtype": "string",
|
|
|
|
| 71 |
"_type": "Value"
|
| 72 |
},
|
|
|
|
|
|
|
| 73 |
"_type": "Sequence"
|
| 74 |
},
|
| 75 |
"question": {
|
| 76 |
"dtype": "string",
|
|
|
|
| 77 |
"_type": "Value"
|
| 78 |
},
|
| 79 |
"answer": {
|
| 80 |
"dtype": "string",
|
|
|
|
| 81 |
"_type": "Value"
|
| 82 |
},
|
| 83 |
"options": {
|
| 84 |
"feature": {
|
| 85 |
"dtype": "string",
|
|
|
|
| 86 |
"_type": "Value"
|
| 87 |
},
|
|
|
|
|
|
|
| 88 |
"_type": "Sequence"
|
| 89 |
}
|
| 90 |
},
|
| 91 |
+
"builder_name": "parquet",
|
| 92 |
+
"dataset_name": "cbt",
|
|
|
|
|
|
|
| 93 |
"config_name": "V",
|
| 94 |
"version": {
|
| 95 |
"version_str": "1.1.0",
|
|
|
|
| 96 |
"major": 1,
|
| 97 |
"minor": 1,
|
| 98 |
"patch": 0
|
|
|
|
| 102 |
"name": "train",
|
| 103 |
"num_bytes": 252177649,
|
| 104 |
"num_examples": 105825,
|
| 105 |
+
"dataset_name": null
|
| 106 |
},
|
| 107 |
"test": {
|
| 108 |
"name": "test",
|
| 109 |
"num_bytes": 5806625,
|
| 110 |
"num_examples": 2500,
|
| 111 |
+
"dataset_name": null
|
| 112 |
},
|
| 113 |
"validation": {
|
| 114 |
"name": "validation",
|
| 115 |
"num_bytes": 4556425,
|
| 116 |
"num_examples": 2000,
|
| 117 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 118 |
}
|
| 119 |
},
|
| 120 |
+
"download_size": 29992082,
|
|
|
|
| 121 |
"dataset_size": 262540699,
|
| 122 |
+
"size_in_bytes": 292532781
|
| 123 |
},
|
| 124 |
"P": {
|
| 125 |
"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",
|