ajgt_twitter_ar

مراجع:

نص عادي

استخدم الأمر التالي لتحميل مجموعة البيانات هذه في 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"
    }
}