kor_mỉa mai

Người giới thiệu:

Sử dụng lệnh sau để tải tập dữ liệu này trong TFDS:

ds = tfds.load('huggingface:kor_sarcasm')
  • Mô tả :
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.
  • Giấy phép : Giấy phép MIT
  • Phiên bản : 1.1.0
  • Tách :
Tách ra Các ví dụ
'test' 301
'train' 9000
  • Các tính năng :
{
    "tokens": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "label": {
        "num_classes": 2,
        "names": [
            "no_sarcasm",
            "sarcasm"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    }
}