Referensi:
laba-laba
Gunakan perintah berikut untuk memuat kumpulan data ini di TFDS:
ds = tfds.load('huggingface:spider/spider')
- Keterangan :
Spider is a large-scale complex and cross-domain semantic parsing and text-toSQL dataset annotated by 11 college students
- Lisensi : CC BY-SA 4.0
- Versi : 1.0.0
- Perpecahan :
Membelah | Contoh |
---|---|
'train' | 7000 |
'validation' | 1034 |
- Fitur :
{
"db_id": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"query": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"question": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"query_toks": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"query_toks_no_value": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"question_toks": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
}
}