ar_res_reviews

Referanslar:

Bu veri kümesini TFDS'ye yüklemek için aşağıdaki komutu kullanın:

ds = tfds.load('huggingface:ar_res_reviews')
  • Açıklama :
Dataset of 8364 restaurant reviews scrapped from qaym.com in Arabic for sentiment analysis
  • Lisans : Bilinen lisans yok
  • Sürüm : 0.0.0
  • Bölmeler :
Bölmek Örnekler
'train' 8364
  • Özellikler :
{
    "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"
    }
}