Tài liệu tham khảo:
Sử dụng lệnh sau để tải tập dữ liệu này trong TFDS:
ds = tfds.load('huggingface:kor_sarcasm')
- Sự miêu 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
- Chia tách :
Tách ra | Ví dụ |
---|---|
'test' | 301 |
'train' | 9000 |
- Đặc trưng :
{
"tokens": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"label": {
"num_classes": 2,
"names": [
"no_sarcasm",
"sarcasm"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
}
}