Datasets:

Languages:
English
Multilinguality:
monolingual
Language Creators:
found
Annotations Creators:
crowdsourced
Source Datasets:
original
ArXiv:
Tags:
emotion
License:
albertvillanova HF staff commited on
Commit
f5ae16b
1 Parent(s): 86859be

Replace YAML keys from int to str (#3)

Browse files

- Replace YAML keys from int to str (6d5e11c91321f16b1909cd0042a7770af3aca55a)

Files changed (1) hide show
  1. README.md +28 -28
README.md CHANGED
@@ -117,34 +117,34 @@ dataset_info:
117
  sequence:
118
  class_label:
119
  names:
120
- 0: admiration
121
- 1: amusement
122
- 2: anger
123
- 3: annoyance
124
- 4: approval
125
- 5: caring
126
- 6: confusion
127
- 7: curiosity
128
- 8: desire
129
- 9: disappointment
130
- 10: disapproval
131
- 11: disgust
132
- 12: embarrassment
133
- 13: excitement
134
- 14: fear
135
- 15: gratitude
136
- 16: grief
137
- 17: joy
138
- 18: love
139
- 19: nervousness
140
- 20: optimism
141
- 21: pride
142
- 22: realization
143
- 23: relief
144
- 24: remorse
145
- 25: sadness
146
- 26: surprise
147
- 27: neutral
148
  - name: id
149
  dtype: string
150
  splits:
 
117
  sequence:
118
  class_label:
119
  names:
120
+ '0': admiration
121
+ '1': amusement
122
+ '2': anger
123
+ '3': annoyance
124
+ '4': approval
125
+ '5': caring
126
+ '6': confusion
127
+ '7': curiosity
128
+ '8': desire
129
+ '9': disappointment
130
+ '10': disapproval
131
+ '11': disgust
132
+ '12': embarrassment
133
+ '13': excitement
134
+ '14': fear
135
+ '15': gratitude
136
+ '16': grief
137
+ '17': joy
138
+ '18': love
139
+ '19': nervousness
140
+ '20': optimism
141
+ '21': pride
142
+ '22': realization
143
+ '23': relief
144
+ '24': remorse
145
+ '25': sadness
146
+ '26': surprise
147
+ '27': neutral
148
  - name: id
149
  dtype: string
150
  splits: