emotone_ar

Riferimenti:

Utilizzare il comando seguente per caricare questo set di dati in TFDS:

ds = tfds.load('huggingface:emotone_ar')
  • Descrizione :
Dataset of 10065 tweets in Arabic for Emotion detection in Arabic text
  • Licenza : nessuna licenza nota
  • Versione : 0.0.0
  • Spaccature :
Diviso Esempi
'train' 10065
  • Caratteristiche :
{
    "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"
    }
}