Referanslar:
Bu veri kümesini TFDS'ye yüklemek için aşağıdaki komutu kullanın:
ds = tfds.load('huggingface:kor_sarcasm')
- Tanım :
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.
- Lisans : MIT Lisansı
- Sürüm : 1.1.0
- Bölünmeler :
Bölmek | Örnekler |
---|---|
'test' | 301 |
'train' | 9000 |
- Özellikler :
{
"tokens": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"label": {
"num_classes": 2,
"names": [
"no_sarcasm",
"sarcasm"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
}
}