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
2d9f932
1 Parent(s): 35c5ed4

Add middle data files

Browse files
README.md CHANGED
@@ -82,16 +82,16 @@ dataset_info:
82
  sequence: string
83
  splits:
84
  - name: test
85
- num_bytes: 1786297
86
  num_examples: 1436
87
  - name: train
88
- num_bytes: 31065322
89
  num_examples: 25421
90
  - name: validation
91
- num_bytes: 1761937
92
  num_examples: 1436
93
- download_size: 25443609
94
- dataset_size: 34613556
95
  configs:
96
  - config_name: high
97
  data_files:
@@ -101,6 +101,14 @@ configs:
101
  path: high/train-*
102
  - split: validation
103
  path: high/validation-*
 
 
 
 
 
 
 
 
104
  ---
105
 
106
  # Dataset Card for "race"
 
82
  sequence: string
83
  splits:
84
  - name: test
85
+ num_bytes: 1786273
86
  num_examples: 1436
87
  - name: train
88
+ num_bytes: 31065250
89
  num_examples: 25421
90
  - name: validation
91
+ num_bytes: 1761913
92
  num_examples: 1436
93
+ download_size: 7781596
94
+ dataset_size: 34613436
95
  configs:
96
  - config_name: high
97
  data_files:
 
101
  path: high/train-*
102
  - split: validation
103
  path: high/validation-*
104
+ - config_name: middle
105
+ data_files:
106
+ - split: test
107
+ path: middle/test-*
108
+ - split: train
109
+ path: middle/train-*
110
+ - split: validation
111
+ path: middle/validation-*
112
  ---
113
 
114
  # Dataset Card for "race"
dataset_infos.json CHANGED
@@ -70,42 +70,33 @@
70
  "features": {
71
  "example_id": {
72
  "dtype": "string",
73
- "id": null,
74
  "_type": "Value"
75
  },
76
  "article": {
77
  "dtype": "string",
78
- "id": null,
79
  "_type": "Value"
80
  },
81
  "answer": {
82
  "dtype": "string",
83
- "id": null,
84
  "_type": "Value"
85
  },
86
  "question": {
87
  "dtype": "string",
88
- "id": null,
89
  "_type": "Value"
90
  },
91
  "options": {
92
  "feature": {
93
  "dtype": "string",
94
- "id": null,
95
  "_type": "Value"
96
  },
97
- "length": -1,
98
- "id": null,
99
  "_type": "Sequence"
100
  }
101
  },
102
- "post_processed": null,
103
- "supervised_keys": null,
104
  "builder_name": "race",
 
105
  "config_name": "middle",
106
  "version": {
107
  "version_str": "0.1.0",
108
- "description": null,
109
  "major": 0,
110
  "minor": 1,
111
  "patch": 0
@@ -113,33 +104,26 @@
113
  "splits": {
114
  "test": {
115
  "name": "test",
116
- "num_bytes": 1786297,
117
  "num_examples": 1436,
118
- "dataset_name": "race"
119
  },
120
  "train": {
121
  "name": "train",
122
- "num_bytes": 31065322,
123
  "num_examples": 25421,
124
- "dataset_name": "race"
125
  },
126
  "validation": {
127
  "name": "validation",
128
- "num_bytes": 1761937,
129
  "num_examples": 1436,
130
- "dataset_name": "race"
131
- }
132
- },
133
- "download_checksums": {
134
- "http://www.cs.cmu.edu/~glai1/data/race/RACE.tar.gz": {
135
- "num_bytes": 25443609,
136
- "checksum": "b2769cc9fdc5c546a693300eb9a966cec6870bd349fbc44ed5225f8ad33006e5"
137
  }
138
  },
139
- "download_size": 25443609,
140
- "post_processing_size": null,
141
- "dataset_size": 34613556,
142
- "size_in_bytes": 60057165
143
  },
144
  "all": {
145
  "description": "Race is a large-scale reading comprehension dataset with more than 28,000 passages and nearly 100,000 questions. The\n dataset is collected from English examinations in China, which are designed for middle school and high school students.\nThe dataset can be served as the training and test sets for machine comprehension.\n\n",
 
70
  "features": {
71
  "example_id": {
72
  "dtype": "string",
 
73
  "_type": "Value"
74
  },
75
  "article": {
76
  "dtype": "string",
 
77
  "_type": "Value"
78
  },
79
  "answer": {
80
  "dtype": "string",
 
81
  "_type": "Value"
82
  },
83
  "question": {
84
  "dtype": "string",
 
85
  "_type": "Value"
86
  },
87
  "options": {
88
  "feature": {
89
  "dtype": "string",
 
90
  "_type": "Value"
91
  },
 
 
92
  "_type": "Sequence"
93
  }
94
  },
 
 
95
  "builder_name": "race",
96
+ "dataset_name": "race",
97
  "config_name": "middle",
98
  "version": {
99
  "version_str": "0.1.0",
 
100
  "major": 0,
101
  "minor": 1,
102
  "patch": 0
 
104
  "splits": {
105
  "test": {
106
  "name": "test",
107
+ "num_bytes": 1786273,
108
  "num_examples": 1436,
109
+ "dataset_name": null
110
  },
111
  "train": {
112
  "name": "train",
113
+ "num_bytes": 31065250,
114
  "num_examples": 25421,
115
+ "dataset_name": null
116
  },
117
  "validation": {
118
  "name": "validation",
119
+ "num_bytes": 1761913,
120
  "num_examples": 1436,
121
+ "dataset_name": null
 
 
 
 
 
 
122
  }
123
  },
124
+ "download_size": 7781596,
125
+ "dataset_size": 34613436,
126
+ "size_in_bytes": 42395032
 
127
  },
128
  "all": {
129
  "description": "Race is a large-scale reading comprehension dataset with more than 28,000 passages and nearly 100,000 questions. The\n dataset is collected from English examinations in China, which are designed for middle school and high school students.\nThe dataset can be served as the training and test sets for machine comprehension.\n\n",
middle/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ea3fb86ab6bbf8746dd0eb0ac1961a1fdbd1214d6d5a901c37b0cad5b5c5971
3
+ size 404725
middle/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33a9d28467c326b13684bddd651a3bdc057aea61b35f93258c95efd76a435f63
3
+ size 6969931
middle/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8ede76683827fc6f5219643626d171c2556ee6b47193b192f399c2f7c4e60a0
3
+ size 406940