ความผิด2020_tr

อ้างอิง:

ความผิด2020-ตุรกี

ใช้คำสั่งต่อไปนี้เพื่อโหลดชุดข้อมูลนี้ใน TFDS:

ds = tfds.load('huggingface:offenseval2020_tr/offenseval2020-turkish')
  • คำอธิบาย :
OffensEval-TR 2020 is a Turkish offensive language corpus. The corpus consist of randomly sampled tweets, and annotated in a similar way to OffensEval and GermEval.
  • ใบอนุญาต : ไม่มีใบอนุญาตที่รู้จัก
  • เวอร์ชัน : 1.0.0
  • แยก :
แยก ตัวอย่าง
'test' 3528
'train' 31756
  • คุณสมบัติ :
{
    "id": {
        "dtype": "int32",
        "id": null,
        "_type": "Value"
    },
    "tweet": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "subtask_a": {
        "num_classes": 2,
        "names": [
            "NOT",
            "OFF"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    }
}