system HF staff commited on
Commit
647639f
1 Parent(s): de67fbe

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:** [https://course.fast.ai/datasets](https://course.fast.ai/datasets)
33
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
@@ -37,7 +37,7 @@
37
  - **Size of the generated dataset:** 421.28 MB
38
  - **Total amount of disk used:** 579.95 MB
39
 
40
- ### [Dataset Summary](#dataset-summary)
41
 
42
  Large Yelp Review Dataset.
43
  This is a dataset for binary sentiment classification. We provide a set of 560,000 highly polar yelp reviews for training, and 38,000 for testing.
@@ -69,19 +69,19 @@ New lines are escaped by a backslash followed with an "n" character,
69
  that is "
70
  ".
71
 
72
- ### [Supported Tasks](#supported-tasks)
73
 
74
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
75
 
76
- ### [Languages](#languages)
77
 
78
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
79
 
80
- ## [Dataset Structure](#dataset-structure)
81
 
82
  We show detailed information for up to 5 configurations of the dataset.
83
 
84
- ### [Data Instances](#data-instances)
85
 
86
  #### plain_text
87
 
@@ -99,7 +99,7 @@ This example was too long and was cropped:
99
  }
100
  ```
101
 
102
- ### [Data Fields](#data-fields)
103
 
104
  The data fields are the same among all splits.
105
 
@@ -107,55 +107,55 @@ The data fields are the same among all splits.
107
  - `text`: a `string` feature.
108
  - `label`: a classification label, with possible values including `1` (0), `2` (1).
109
 
110
- ### [Data Splits Sample Size](#data-splits-sample-size)
111
 
112
  | name |train |test |
113
  |----------|-----:|----:|
114
  |plain_text|560000|38000|
115
 
116
- ## [Dataset Creation](#dataset-creation)
117
 
118
- ### [Curation Rationale](#curation-rationale)
119
 
120
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
121
 
122
- ### [Source Data](#source-data)
123
 
124
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
125
 
126
- ### [Annotations](#annotations)
127
 
128
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
129
 
130
- ### [Personal and Sensitive Information](#personal-and-sensitive-information)
131
 
132
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
133
 
134
- ## [Considerations for Using the Data](#considerations-for-using-the-data)
135
 
136
- ### [Social Impact of Dataset](#social-impact-of-dataset)
137
 
138
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
139
 
140
- ### [Discussion of Biases](#discussion-of-biases)
141
 
142
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
143
 
144
- ### [Other Known Limitations](#other-known-limitations)
145
 
146
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
147
 
148
- ## [Additional Information](#additional-information)
149
 
150
- ### [Dataset Curators](#dataset-curators)
151
 
152
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
153
 
154
- ### [Licensing Information](#licensing-information)
155
 
156
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
157
 
158
- ### [Citation Information](#citation-information)
159
 
160
  ```
161
  @article{zhangCharacterlevelConvolutionalNetworks2015,
 
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
+ ## Dataset Description
31
 
32
  - **Homepage:** [https://course.fast.ai/datasets](https://course.fast.ai/datasets)
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:** 421.28 MB
38
  - **Total amount of disk used:** 579.95 MB
39
 
40
+ ### Dataset Summary
41
 
42
  Large Yelp Review Dataset.
43
  This is a dataset for binary sentiment classification. We provide a set of 560,000 highly polar yelp reviews for training, and 38,000 for testing.
 
69
  that is "
70
  ".
71
 
72
+ ### Supported Tasks
73
 
74
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
75
 
76
+ ### Languages
77
 
78
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
79
 
80
+ ## Dataset Structure
81
 
82
  We show detailed information for up to 5 configurations of the dataset.
83
 
84
+ ### Data Instances
85
 
86
  #### plain_text
87
 
 
99
  }
100
  ```
101
 
102
+ ### Data Fields
103
 
104
  The data fields are the same among all splits.
105
 
 
107
  - `text`: a `string` feature.
108
  - `label`: a classification label, with possible values including `1` (0), `2` (1).
109
 
110
+ ### Data Splits Sample Size
111
 
112
  | name |train |test |
113
  |----------|-----:|----:|
114
  |plain_text|560000|38000|
115
 
116
+ ## Dataset Creation
117
 
118
+ ### Curation Rationale
119
 
120
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
121
 
122
+ ### Source Data
123
 
124
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
125
 
126
+ ### Annotations
127
 
128
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
129
 
130
+ ### Personal and Sensitive Information
131
 
132
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
133
 
134
+ ## Considerations for Using the Data
135
 
136
+ ### Social Impact of Dataset
137
 
138
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
139
 
140
+ ### Discussion of Biases
141
 
142
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
143
 
144
+ ### Other Known Limitations
145
 
146
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
147
 
148
+ ## Additional Information
149
 
150
+ ### Dataset Curators
151
 
152
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
153
 
154
+ ### Licensing Information
155
 
156
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
157
 
158
+ ### Citation Information
159
 
160
  ```
161
  @article{zhangCharacterlevelConvolutionalNetworks2015,