参考:
使用以下命令在 TFDS 中加载此数据集:
ds = tfds.load('huggingface:emotone_ar')
- 说明:
Dataset of 10065 tweets in Arabic for Emotion detection in Arabic text
- 许可:无已知许可
- 版本:0.0.0
- 拆分:
拆分 | 样本 |
---|---|
'train' |
10065 |
- 特征:
{
"tweet": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"label": {
"num_classes": 8,
"names": [
"none",
"anger",
"joy",
"sadness",
"love",
"sympathy",
"surprise",
"fear"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
}
}