Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
multi-class-classification
Languages:
English
Size:
100K - 1M
Tags:
emotion-classification
License:
Jiazheng Li
commited on
Commit
•
6f41abd
1
Parent(s):
597aa56
Add missing label for emotion description (#4151)
Browse filesCo-authored-by: lijiazheng99 <[email protected]>
Commit from https://github.com/huggingface/datasets/commit/9314b2cf4c7e3f9deb01f12ab603d92e493551d0
README.md
CHANGED
@@ -107,7 +107,7 @@ The data fields are the same among all splits.
|
|
107 |
|
108 |
#### default
|
109 |
- `text`: a `string` feature.
|
110 |
-
- `label`: a classification label, with possible values including `sadness` (0), `joy` (1), `love` (2), `anger` (3), `fear` (4).
|
111 |
|
112 |
#### emotion
|
113 |
- `text`: a `string` feature.
|
|
|
107 |
|
108 |
#### default
|
109 |
- `text`: a `string` feature.
|
110 |
+
- `label`: a classification label, with possible values including `sadness` (0), `joy` (1), `love` (2), `anger` (3), `fear` (4), `surprise` (5).
|
111 |
|
112 |
#### emotion
|
113 |
- `text`: a `string` feature.
|