อ้างอิง:
ใช้คำสั่งต่อไปนี้เพื่อโหลดชุดข้อมูลนี้ใน 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"
}
}