system HF staff commited on
Commit
25195ff
1 Parent(s): 6eb164b

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://github.com/dair-ai/emotion_dataset](https://github.com/dair-ai/emotion_dataset)
33
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
@@ -37,23 +37,23 @@
37
  - **Size of the generated dataset:** 4.16 MB
38
  - **Total amount of disk used:** 8.11 MB
39
 
40
- ### [Dataset Summary](#dataset-summary)
41
 
42
  Emotion is a dataset of English Twitter messages with six basic emotions: anger, fear, joy, love, sadness, and surprise. For more detailed information please refer to the paper.
43
 
44
- ### [Supported Tasks](#supported-tasks)
45
 
46
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
47
 
48
- ### [Languages](#languages)
49
 
50
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
51
 
52
- ## [Dataset Structure](#dataset-structure)
53
 
54
  We show detailed information for up to 5 configurations of the dataset.
55
 
56
- ### [Data Instances](#data-instances)
57
 
58
  #### default
59
 
@@ -80,7 +80,7 @@ An example of 'validation' looks as follows.
80
 
81
  ```
82
 
83
- ### [Data Fields](#data-fields)
84
 
85
  The data fields are the same among all splits.
86
 
@@ -92,56 +92,56 @@ The data fields are the same among all splits.
92
  - `text`: a `string` feature.
93
  - `label`: a `string` feature.
94
 
95
- ### [Data Splits Sample Size](#data-splits-sample-size)
96
 
97
  | name |train|validation|test|
98
  |-------|----:|---------:|---:|
99
  |default|16000| 2000|2000|
100
  |emotion|16000| 2000|2000|
101
 
102
- ## [Dataset Creation](#dataset-creation)
103
 
104
- ### [Curation Rationale](#curation-rationale)
105
 
106
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
107
 
108
- ### [Source Data](#source-data)
109
 
110
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
111
 
112
- ### [Annotations](#annotations)
113
 
114
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
115
 
116
- ### [Personal and Sensitive Information](#personal-and-sensitive-information)
117
 
118
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
119
 
120
- ## [Considerations for Using the Data](#considerations-for-using-the-data)
121
 
122
- ### [Social Impact of Dataset](#social-impact-of-dataset)
123
 
124
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
125
 
126
- ### [Discussion of Biases](#discussion-of-biases)
127
 
128
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
129
 
130
- ### [Other Known Limitations](#other-known-limitations)
131
 
132
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
133
 
134
- ## [Additional Information](#additional-information)
135
 
136
- ### [Dataset Curators](#dataset-curators)
137
 
138
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
139
 
140
- ### [Licensing Information](#licensing-information)
141
 
142
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
143
 
144
- ### [Citation Information](#citation-information)
145
 
146
  ```
147
  @inproceedings{saravia-etal-2018-carer,
 
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
+ ## Dataset Description
31
 
32
  - **Homepage:** [https://github.com/dair-ai/emotion_dataset](https://github.com/dair-ai/emotion_dataset)
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:** 4.16 MB
38
  - **Total amount of disk used:** 8.11 MB
39
 
40
+ ### Dataset Summary
41
 
42
  Emotion is a dataset of English Twitter messages with six basic emotions: anger, fear, joy, love, sadness, and surprise. For more detailed information please refer to the paper.
43
 
44
+ ### Supported Tasks
45
 
46
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
47
 
48
+ ### Languages
49
 
50
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
51
 
52
+ ## Dataset Structure
53
 
54
  We show detailed information for up to 5 configurations of the dataset.
55
 
56
+ ### Data Instances
57
 
58
  #### default
59
 
 
80
 
81
  ```
82
 
83
+ ### Data Fields
84
 
85
  The data fields are the same among all splits.
86
 
 
92
  - `text`: a `string` feature.
93
  - `label`: a `string` feature.
94
 
95
+ ### Data Splits Sample Size
96
 
97
  | name |train|validation|test|
98
  |-------|----:|---------:|---:|
99
  |default|16000| 2000|2000|
100
  |emotion|16000| 2000|2000|
101
 
102
+ ## Dataset Creation
103
 
104
+ ### Curation Rationale
105
 
106
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
107
 
108
+ ### Source Data
109
 
110
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
111
 
112
+ ### Annotations
113
 
114
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
115
 
116
+ ### Personal and Sensitive Information
117
 
118
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
119
 
120
+ ## Considerations for Using the Data
121
 
122
+ ### Social Impact of Dataset
123
 
124
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
125
 
126
+ ### Discussion of Biases
127
 
128
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
129
 
130
+ ### Other Known Limitations
131
 
132
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
133
 
134
+ ## Additional Information
135
 
136
+ ### Dataset Curators
137
 
138
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
139
 
140
+ ### Licensing Information
141
 
142
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
143
 
144
+ ### Citation Information
145
 
146
  ```
147
  @inproceedings{saravia-etal-2018-carer,