wiki_movies

Ссылки:

Используйте следующую команду, чтобы загрузить этот набор данных в 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 (CCPL).
  • Версия : 1.1.0
  • Расколы :
Расколоть Примеры
'test' 9952
'train' 96185
'validation' 10000
  • Функции :
{
    "question": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "answer": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}