Referanslar:
Bu veri kümesini TFDS'ye yüklemek için aşağıdaki komutu kullanın:
ds = tfds.load('huggingface:kor_qpair')
- Tanım :
This is a Korean paired question dateset containing labels that denote whether two questions in a given pair are semantically identical.
- Lisans : MIT Lisansı (MIT)
- Sürüm : 1.1.0
- Bölünmeler :
Bölmek | Örnekler |
---|---|
'test' | 758 |
'train' | 6136 |
'validation' | 682 |
- Özellikler :
{
"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"
}
}