ar_res_reviews

参考文献:

次のコマンドを使用して、このデータセットを TFDS にロードします。

ds = tfds.load('huggingface:ar_res_reviews')
  • 説明
Dataset of 8364 restaurant reviews scrapped from qaym.com in Arabic for sentiment analysis
  • ライセンス: 既知のライセンスはありません
  • バージョン: 0.0.0
  • 分割:
スプリット
'train' 8364
  • 特徴
{
    "polarity": {
        "num_classes": 2,
        "names": [
            "negative",
            "positive"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    },
    "text": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "restaurant_id": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "user_id": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}