Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
system HF Staff commited on
Commit
c267c41
·
1 Parent(s): 1c9aaa3

Update files from the datasets library (from 1.4.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.4.0

Files changed (1) hide show
  1. README.md +21 -21
README.md CHANGED
@@ -27,7 +27,7 @@
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
- ## [Dataset Description](#dataset-description)
31
 
32
  - **Homepage:** [http://www.cs.cmu.edu/~glai1/data/race/](http://www.cs.cmu.edu/~glai1/data/race/)
33
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
@@ -37,25 +37,25 @@
37
  - **Size of the generated dataset:** 333.27 MB
38
  - **Total amount of disk used:** 406.07 MB
39
 
40
- ### [Dataset Summary](#dataset-summary)
41
 
42
  Race is a large-scale reading comprehension dataset with more than 28,000 passages and nearly 100,000 questions. The
43
  dataset is collected from English examinations in China, which are designed for middle school and high school students.
44
  The dataset can be served as the training and test sets for machine comprehension.
45
 
46
- ### [Supported Tasks](#supported-tasks)
47
 
48
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
49
 
50
- ### [Languages](#languages)
51
 
52
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
53
 
54
- ## [Dataset Structure](#dataset-structure)
55
 
56
  We show detailed information for up to 5 configurations of the dataset.
57
 
58
- ### [Data Instances](#data-instances)
59
 
60
  #### all
61
 
@@ -114,7 +114,7 @@ This example was too long and was cropped:
114
  }
115
  ```
116
 
117
- ### [Data Fields](#data-fields)
118
 
119
  The data fields are the same among all splits.
120
 
@@ -139,7 +139,7 @@ The data fields are the same among all splits.
139
  - `question`: a `string` feature.
140
  - `options`: a `list` of `string` features.
141
 
142
- ### [Data Splits Sample Size](#data-splits-sample-size)
143
 
144
  | name |train|validation|test|
145
  |------|----:|---------:|---:|
@@ -147,49 +147,49 @@ The data fields are the same among all splits.
147
  |high |62445| 3451|3498|
148
  |middle|25421| 1436|1436|
149
 
150
- ## [Dataset Creation](#dataset-creation)
151
 
152
- ### [Curation Rationale](#curation-rationale)
153
 
154
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
155
 
156
- ### [Source Data](#source-data)
157
 
158
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
159
 
160
- ### [Annotations](#annotations)
161
 
162
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
163
 
164
- ### [Personal and Sensitive Information](#personal-and-sensitive-information)
165
 
166
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
167
 
168
- ## [Considerations for Using the Data](#considerations-for-using-the-data)
169
 
170
- ### [Social Impact of Dataset](#social-impact-of-dataset)
171
 
172
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
173
 
174
- ### [Discussion of Biases](#discussion-of-biases)
175
 
176
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
177
 
178
- ### [Other Known Limitations](#other-known-limitations)
179
 
180
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
181
 
182
- ## [Additional Information](#additional-information)
183
 
184
- ### [Dataset Curators](#dataset-curators)
185
 
186
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
187
 
188
- ### [Licensing Information](#licensing-information)
189
 
190
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
191
 
192
- ### [Citation Information](#citation-information)
193
 
194
  ```
195
  @article{lai2017large,
 
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
+ ## Dataset Description
31
 
32
  - **Homepage:** [http://www.cs.cmu.edu/~glai1/data/race/](http://www.cs.cmu.edu/~glai1/data/race/)
33
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
37
  - **Size of the generated dataset:** 333.27 MB
38
  - **Total amount of disk used:** 406.07 MB
39
 
40
+ ### Dataset Summary
41
 
42
  Race is a large-scale reading comprehension dataset with more than 28,000 passages and nearly 100,000 questions. The
43
  dataset is collected from English examinations in China, which are designed for middle school and high school students.
44
  The dataset can be served as the training and test sets for machine comprehension.
45
 
46
+ ### Supported Tasks
47
 
48
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
49
 
50
+ ### Languages
51
 
52
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
53
 
54
+ ## Dataset Structure
55
 
56
  We show detailed information for up to 5 configurations of the dataset.
57
 
58
+ ### Data Instances
59
 
60
  #### all
61
 
 
114
  }
115
  ```
116
 
117
+ ### Data Fields
118
 
119
  The data fields are the same among all splits.
120
 
 
139
  - `question`: a `string` feature.
140
  - `options`: a `list` of `string` features.
141
 
142
+ ### Data Splits Sample Size
143
 
144
  | name |train|validation|test|
145
  |------|----:|---------:|---:|
 
147
  |high |62445| 3451|3498|
148
  |middle|25421| 1436|1436|
149
 
150
+ ## Dataset Creation
151
 
152
+ ### Curation Rationale
153
 
154
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
155
 
156
+ ### Source Data
157
 
158
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
159
 
160
+ ### Annotations
161
 
162
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
163
 
164
+ ### Personal and Sensitive Information
165
 
166
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
167
 
168
+ ## Considerations for Using the Data
169
 
170
+ ### Social Impact of Dataset
171
 
172
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
173
 
174
+ ### Discussion of Biases
175
 
176
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
177
 
178
+ ### Other Known Limitations
179
 
180
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
181
 
182
+ ## Additional Information
183
 
184
+ ### Dataset Curators
185
 
186
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
187
 
188
+ ### Licensing Information
189
 
190
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
191
 
192
+ ### Citation Information
193
 
194
  ```
195
  @article{lai2017large,