Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
multi-class-classification
Languages:
English
Size:
100K - 1M
Tags:
emotion-classification
License:
Update README.md
#8
by
vpkprasanna
- opened
README.md
CHANGED
@@ -184,6 +184,16 @@ An example looks as follows.
|
|
184 |
The data fields are:
|
185 |
- `text`: a `string` feature.
|
186 |
- `label`: a classification label, with possible values including `sadness` (0), `joy` (1), `love` (2), `anger` (3), `fear` (4), `surprise` (5).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
187 |
|
188 |
### Data Splits
|
189 |
|
|
|
184 |
The data fields are:
|
185 |
- `text`: a `string` feature.
|
186 |
- `label`: a classification label, with possible values including `sadness` (0), `joy` (1), `love` (2), `anger` (3), `fear` (4), `surprise` (5).
|
187 |
+
- ```
|
188 |
+
{
|
189 |
+
0: 'sadness'
|
190 |
+
1: 'joy'
|
191 |
+
2: 'love'
|
192 |
+
3: 'anger'
|
193 |
+
4: 'fear'
|
194 |
+
5: 'surprise'
|
195 |
+
}
|
196 |
+
```
|
197 |
|
198 |
### Data Splits
|
199 |
|