הפניות:
השתמש בפקודה הבאה כדי לטעון מערך נתונים זה ב-TFDS:
ds = tfds.load('huggingface:wiki_qa')
- תיאור :
Wiki Question Answering corpus from Microsoft
- רישיון : אין רישיון ידוע
- גרסה : 0.1.0
- פיצולים :
לְפַצֵל | דוגמאות |
---|---|
'test' | 6165 |
'train' | 20360 |
'validation' | 2733 |
- תכונות :
{
"question_id": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"question": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"document_title": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"answer": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"label": {
"num_classes": 2,
"names": [
"0",
"1"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
}
}