Referanslar:
Bu veri kümesini TFDS'ye yüklemek için aşağıdaki komutu kullanın:
ds = tfds.load('huggingface:wiki_movies')
- Tanım :
The WikiMovies dataset consists of roughly 100k (templated) questions over 75k entities based on questions with answers in the open movie database (OMDb).
- Lisans : Creative Commons Kamu Lisansı (CCPL)
- Sürüm : 1.1.0
- Bölünmeler :
Bölmek | Örnekler |
---|---|
'test' | 9952 |
'train' | 96185 |
'validation' | 10000 |
- Özellikler :
{
"question": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"answer": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}