ar_res_reviews

Riferimenti:

Utilizzare il comando seguente per caricare questo set di dati in TFDS:

ds = tfds.load('huggingface:ar_res_reviews')
  • Descrizione :
Dataset of 8364 restaurant reviews scrapped from qaym.com in Arabic for sentiment analysis
  • Licenza : nessuna licenza nota
  • Versione : 0.0.0
  • Spaccature :
Diviso Esempi
'train' 8364
  • Caratteristiche :
{
    "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"
    }
}