مراجع:
برای بارگذاری این مجموعه داده در TFDS از دستور زیر استفاده کنید:
ds = tfds.load('huggingface:kor_sarcasm')
- توضیحات :
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.
- مجوز : مجوز MIT
- نسخه : 1.1.0
- تقسیم ها :
تقسیم کنید | نمونه ها |
---|---|
'test' | 301 |
'train' | 9000 |
- ویژگی ها :
{
"tokens": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"label": {
"num_classes": 2,
"names": [
"no_sarcasm",
"sarcasm"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
}
}