참고자료:
emo2019
TFDS에 이 데이터세트를 로드하려면 다음 명령어를 사용하세요.
ds = tfds.load('huggingface:emo/emo2019')
- 설명 :
In this dataset, given a textual dialogue i.e. an utterance along with two previous turns of context, the goal was to infer the underlying emotion of the utterance by choosing from four emotion classes - Happy, Sad, Angry and Others.
- 라이센스 : 알려진 라이센스 없음
- 버전 : 1.0.0
- 분할 :
나뉘다 | 예 |
---|---|
'test' | 5509 |
'train' | 30160 |
- 특징 :
{
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"label": {
"num_classes": 4,
"names": [
"others",
"happy",
"sad",
"angry"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
}
}