Jiazheng Li commited on
Commit
6f41abd
1 Parent(s): 597aa56

Add missing label for emotion description (#4151)

Browse files

Co-authored-by: lijiazheng99 <jiazhengli@Jiazhengs-MacBook-Pro.local>

Commit from https://github.com/huggingface/datasets/commit/9314b2cf4c7e3f9deb01f12ab603d92e493551d0

Files changed (1) hide show
  1. README.md +1 -1
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.