トルコ映画の感情

参考文献:

トルコ映画の感情

次のコマンドを使用して、このデータセットを 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"
    }
}