Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
expert-generated
Source Datasets:
original
ArXiv:
Tags:
License:
albertvillanova HF staff commited on
Commit
e37ee6f
1 Parent(s): 2d9f932

Add all data files

Browse files
README.md CHANGED
@@ -34,16 +34,16 @@ dataset_info:
34
  sequence: string
35
  splits:
36
  - name: test
37
- num_bytes: 8775394
38
  num_examples: 4934
39
  - name: train
40
- num_bytes: 157308694
41
  num_examples: 87866
42
  - name: validation
43
- num_bytes: 8647200
44
  num_examples: 4887
45
- download_size: 25443609
46
- dataset_size: 174731288
47
  - config_name: high
48
  features:
49
  - name: example_id
@@ -93,6 +93,14 @@ dataset_info:
93
  download_size: 7781596
94
  dataset_size: 34613436
95
  configs:
 
 
 
 
 
 
 
 
96
  - config_name: high
97
  data_files:
98
  - split: test
 
34
  sequence: string
35
  splits:
36
  - name: test
37
+ num_bytes: 8775370
38
  num_examples: 4934
39
  - name: train
40
+ num_bytes: 157308478
41
  num_examples: 87866
42
  - name: validation
43
+ num_bytes: 8647176
44
  num_examples: 4887
45
+ download_size: 41500647
46
+ dataset_size: 174731024
47
  - config_name: high
48
  features:
49
  - name: example_id
 
93
  download_size: 7781596
94
  dataset_size: 34613436
95
  configs:
96
+ - config_name: all
97
+ data_files:
98
+ - split: test
99
+ path: all/test-*
100
+ - split: train
101
+ path: all/train-*
102
+ - split: validation
103
+ path: all/validation-*
104
  - config_name: high
105
  data_files:
106
  - split: test
all/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:442e6b5f22f525811544016552b2ee7d8d1b8ef31e989132edc86e7925f94136
3
+ size 2075881
all/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9986432dc7b5ced3d3e9372573eafdcfa599920bb5e65bbbdc245df3abfd09e
3
+ size 37378263
all/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b3668ef8556831d174fab9cf9a7557e565a312034bce715a28e116903fa6a53
3
+ size 2046503
dataset_infos.json CHANGED
@@ -133,42 +133,33 @@
133
  "features": {
134
  "example_id": {
135
  "dtype": "string",
136
- "id": null,
137
  "_type": "Value"
138
  },
139
  "article": {
140
  "dtype": "string",
141
- "id": null,
142
  "_type": "Value"
143
  },
144
  "answer": {
145
  "dtype": "string",
146
- "id": null,
147
  "_type": "Value"
148
  },
149
  "question": {
150
  "dtype": "string",
151
- "id": null,
152
  "_type": "Value"
153
  },
154
  "options": {
155
  "feature": {
156
  "dtype": "string",
157
- "id": null,
158
  "_type": "Value"
159
  },
160
- "length": -1,
161
- "id": null,
162
  "_type": "Sequence"
163
  }
164
  },
165
- "post_processed": null,
166
- "supervised_keys": null,
167
  "builder_name": "race",
 
168
  "config_name": "all",
169
  "version": {
170
  "version_str": "0.1.0",
171
- "description": null,
172
  "major": 0,
173
  "minor": 1,
174
  "patch": 0
@@ -176,32 +167,25 @@
176
  "splits": {
177
  "test": {
178
  "name": "test",
179
- "num_bytes": 8775394,
180
  "num_examples": 4934,
181
- "dataset_name": "race"
182
  },
183
  "train": {
184
  "name": "train",
185
- "num_bytes": 157308694,
186
  "num_examples": 87866,
187
- "dataset_name": "race"
188
  },
189
  "validation": {
190
  "name": "validation",
191
- "num_bytes": 8647200,
192
  "num_examples": 4887,
193
- "dataset_name": "race"
194
- }
195
- },
196
- "download_checksums": {
197
- "http://www.cs.cmu.edu/~glai1/data/race/RACE.tar.gz": {
198
- "num_bytes": 25443609,
199
- "checksum": "b2769cc9fdc5c546a693300eb9a966cec6870bd349fbc44ed5225f8ad33006e5"
200
  }
201
  },
202
- "download_size": 25443609,
203
- "post_processing_size": null,
204
- "dataset_size": 174731288,
205
- "size_in_bytes": 200174897
206
  }
207
  }
 
133
  "features": {
134
  "example_id": {
135
  "dtype": "string",
 
136
  "_type": "Value"
137
  },
138
  "article": {
139
  "dtype": "string",
 
140
  "_type": "Value"
141
  },
142
  "answer": {
143
  "dtype": "string",
 
144
  "_type": "Value"
145
  },
146
  "question": {
147
  "dtype": "string",
 
148
  "_type": "Value"
149
  },
150
  "options": {
151
  "feature": {
152
  "dtype": "string",
 
153
  "_type": "Value"
154
  },
 
 
155
  "_type": "Sequence"
156
  }
157
  },
 
 
158
  "builder_name": "race",
159
+ "dataset_name": "race",
160
  "config_name": "all",
161
  "version": {
162
  "version_str": "0.1.0",
 
163
  "major": 0,
164
  "minor": 1,
165
  "patch": 0
 
167
  "splits": {
168
  "test": {
169
  "name": "test",
170
+ "num_bytes": 8775370,
171
  "num_examples": 4934,
172
+ "dataset_name": null
173
  },
174
  "train": {
175
  "name": "train",
176
+ "num_bytes": 157308478,
177
  "num_examples": 87866,
178
+ "dataset_name": null
179
  },
180
  "validation": {
181
  "name": "validation",
182
+ "num_bytes": 8647176,
183
  "num_examples": 4887,
184
+ "dataset_name": null
 
 
 
 
 
 
185
  }
186
  },
187
+ "download_size": 41500647,
188
+ "dataset_size": 174731024,
189
+ "size_in_bytes": 216231671
 
190
  }
191
  }