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).
  • 라이센스 : 크리에이티브 커먼즈 퍼블릭 라이센스(CCPL)
  • 버전 : 1.1.0
  • 분할 :
나뉘다
'test' 9952
'train' 96185
'validation' 10000
  • 특징 :
{
    "question": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "answer": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}