তথ্যসূত্র:
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"
}
}