Referensi:
Gunakan perintah berikut untuk memuat kumpulan data ini di TFDS:
ds = tfds.load('huggingface:quora')
- Keterangan :
The Quora dataset is composed of question pairs, and the task is to determine if the questions are paraphrases of each other (have the same meaning).
- Lisensi : Tidak ada lisensi yang diketahui
- Versi : 0.0.0
- Perpecahan :
Membelah | Contoh |
---|---|
'train' | 404290 |
- Fitur :
{
"questions": {
"feature": {
"id": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
}
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"is_duplicate": {
"dtype": "bool",
"id": null,
"_type": "Value"
}
}