wiki_movies

Riferimenti:

Utilizzare il comando seguente per caricare questo set di dati in TFDS:

ds = tfds.load('huggingface:wiki_movies')
  • Descrizione :
The WikiMovies dataset consists of roughly 100k (templated) questions over 75k entities based on questions with answers in the open movie database (OMDb).
  • Licenza : Licenza pubblica Creative Commons (CCPL)
  • Versione : 1.1.0
  • Divide :
Diviso Esempi
'test' 9952
'train' 96185
'validation' 10000
  • Caratteristiche :
{
   
"question": {
       
"dtype": "string",
       
"id": null,
       
"_type": "Value"
   
},
   
"answer": {
       
"dtype": "string",
       
"id": null,
       
"_type": "Value"
   
}
}