مراجع:
برای بارگذاری این مجموعه داده در TFDS از دستور زیر استفاده کنید:
ds = tfds.load('huggingface:kor_qpair')
- توضیحات :
This is a Korean paired question dateset containing labels that denote whether two questions in a given pair are semantically identical.
- مجوز : مجوز MIT (MIT)
- نسخه : 1.1.0
- تقسیم ها :
تقسیم کنید | نمونه ها |
---|---|
'test' | 758 |
'train' | 6136 |
'validation' | 682 |
- ویژگی ها :
{
"question1": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"question2": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"is_duplicate": {
"num_classes": 2,
"names": [
"0",
"1"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
}
}