তথ্যসূত্র:
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.
- লাইসেন্স : এমআইটি লাইসেন্স
- সংস্করণ : 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"
}
}