مراجع:
احساسات سینمایی ترکیه
برای بارگذاری این مجموعه داده در 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"
}
}