Ссылки:
Используйте следующую команду, чтобы загрузить этот набор данных в 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"
}
}