참고자료:
거미
TFDS에 이 데이터세트를 로드하려면 다음 명령어를 사용하세요.
ds = tfds.load('huggingface:spider/spider')
- 설명 :
Spider is a large-scale complex and cross-domain semantic parsing and text-toSQL dataset annotated by 11 college students
- 라이센스 : CC BY-SA 4.0
- 버전 : 1.0.0
- 분할 :
나뉘다 | 예 |
---|---|
'train' | 7000 |
'validation' | 1034 |
- 특징 :
{
"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"
}
}