הפניות:
טקסט_פשוט
השתמש בפקודה הבאה כדי לטעון מערך נתונים זה ב-TFDS:
ds = tfds.load('huggingface:ajgt_twitter_ar/plain_text')
- תיאור :
Arabic Jordanian General Tweets (AJGT) Corpus consisted of 1,800 tweets annotated as positive and negative. Modern Standard Arabic (MSA) or Jordanian dialect.
- רישיון : אין רישיון ידוע
- גרסה : 1.0.0
- פיצולים :
לְפַצֵל | דוגמאות |
---|---|
'train' | 1800 |
- תכונות :
{
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"label": {
"num_classes": 2,
"names": [
"Negative",
"Positive"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
}
}