הפניות:
השתמש בפקודה הבאה כדי לטעון מערך נתונים זה ב-TFDS:
ds = tfds.load('huggingface:wiki_movies')
- תיאור :
The WikiMovies dataset consists of roughly 100k (templated) questions over 75k entities based on questions with answers in the open movie database (OMDb).
- רישיון : Creative Commons Public License (CCPL)
- גרסה : 1.1.0
- פיצולים :
לְפַצֵל | דוגמאות |
---|---|
'test' | 9952 |
'train' | 96185 |
'validation' | 10000 |
- תכונות :
{
"question": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"answer": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}