pelanggaranval2020_tr

Referensi:

pelanggaranval2020-turki

Gunakan perintah berikut untuk memuat kumpulan data ini di TFDS:

ds = tfds.load('huggingface:offenseval2020_tr/offenseval2020-turkish')
  • Keterangan :
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.
  • Lisensi : Tidak ada lisensi yang diketahui
  • Versi : 1.0.0
  • Perpecahan :
Membelah Contoh
'test' 3528
'train' 31756
  • Fitur :
{
    "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"
    }
}