wiki_phim

Người giới thiệu:

Sử dụng lệnh sau để tải tập dữ liệu này trong TFDS:

ds = tfds.load('huggingface:wiki_movies')
  • Mô tả :
The WikiMovies dataset consists of roughly 100k (templated) questions over 75k entities based on questions with answers in the open movie database (OMDb).
  • Giấy phép : Giấy phép Công cộng Creative Commons (CCPL)
  • Phiên bản : 1.1.0
  • Tách :
Tách ra Các ví dụ
'test' 9952
'train' 96185
'validation' 10000
  • Các tính năng :
{
    "question": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "answer": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}