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"
    }
}