kor_sarkasme

Referensi:

Gunakan perintah berikut untuk memuat dataset ini di TFDS:

ds = tfds.load('huggingface:kor_sarcasm')
  • Deskripsi :
This is a dataset designed to detect sarcasm in Korean because it distorts the literal meaning of a sentence
and is highly related to sentiment classification.
  • Lisensi : Lisensi MIT
  • Versi : 1.1.0
  • Perpecahan :
Membelah Contoh
'test' 301
'train' 9000
  • Fitur :
{
    "tokens": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "label": {
        "num_classes": 2,
        "names": [
            "no_sarcasm",
            "sarcasm"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    }
}