सन्दर्भ:
इस डेटासेट को 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"
}
}