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"
    }
}