Referencias:
Utilice el siguiente comando para cargar este conjunto de datos en TFDS:
ds = tfds.load('huggingface:ar_res_reviews')
- Descripción :
Dataset of 8364 restaurant reviews scrapped from qaym.com in Arabic for sentiment analysis
- Licencia : Ninguna licencia conocida
- Versión : 0.0.0
- Divisiones :
Dividir | Ejemplos |
---|---|
'train' | 8364 |
- Características :
{
"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"
}
}