উইকি_মুভি

তথ্যসূত্র:

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).
  • লাইসেন্স : ক্রিয়েটিভ কমন্স পাবলিক লাইসেন্স (সিসিপিএল)
  • সংস্করণ : 1.1.0
  • বিভাজন :
বিভক্ত উদাহরণ
'test' 9952
'train' 96185
'validation' 10000
  • বৈশিষ্ট্য :
{
    "question": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "answer": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}