Ссылки:
Используйте следующую команду, чтобы загрузить этот набор данных в TFDS:
ds = tfds.load('huggingface:arsentd_lev')
- Описание :
The Arabic Sentiment Twitter Dataset for Levantine dialect (ArSenTD-LEV) contains 4,000 tweets written in Arabic and equally retrieved from Jordan, Lebanon, Palestine and Syria.
- Лицензия : Нет известной лицензии.
- Версия : 1.1.0
- Расколы :
Расколоть | Примеры |
---|---|
'train' | 4000 |
- Функции :
{
"Tweet": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"Country": {
"num_classes": 4,
"names": [
"jordan",
"lebanon",
"syria",
"palestine"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
},
"Topic": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"Sentiment": {
"num_classes": 5,
"names": [
"negative",
"neutral",
"positive",
"very_negative",
"very_positive"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
},
"Sentiment_Expression": {
"num_classes": 3,
"names": [
"explicit",
"implicit",
"none"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
},
"Sentiment_Target": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}