তুর্কি_মুভি_সেন্টিমেন্ট

তথ্যসূত্র:

তুর্কি সিনেমার অনুভূতি

TFDS এ এই ডেটাসেট লোড করতে নিম্নলিখিত কমান্ডটি ব্যবহার করুন:

ds = tfds.load('huggingface:turkish_movie_sentiment/turkishmoviesentiment')
  • বর্ণনা :
This data set is a dataset from kaggle consisting of Turkish movie reviews and scored between 0-5.
  • লাইসেন্স : CC0: পাবলিক ডোমেইন
  • সংস্করণ : 1.0.0
  • বিভাজন :
বিভক্ত উদাহরণ
'train' 83227
  • বৈশিষ্ট্য :
{
    "point": {
        "dtype": "float32",
        "id": null,
        "_type": "Value"
    },
    "comment": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "film_name": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}