Referensi:
Gunakan perintah berikut untuk memuat kumpulan data ini di TFDS:
ds = tfds.load('huggingface:wiki_movies')
- Keterangan :
The WikiMovies dataset consists of roughly 100k (templated) questions over 75k entities based on questions with answers in the open movie database (OMDb).
- Lisensi : Lisensi Publik Creative Commons (CCPL)
- Versi : 1.1.0
- Perpecahan :
Membelah | Contoh |
---|---|
'test' | 9952 |
'train' | 96185 |
'validation' | 10.000 |
- Fitur :
{
"question": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"answer": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}