Referensi:
Gunakan perintah berikut untuk memuat kumpulan data ini di TFDS:
ds = tfds.load('huggingface:ar_res_reviews')
- Keterangan :
Dataset of 8364 restaurant reviews scrapped from qaym.com in Arabic for sentiment analysis
- Lisensi : Tidak ada lisensi yang diketahui
- Versi : 0.0.0
- Perpecahan :
Membelah | Contoh |
---|---|
'train' | 8364 |
- Fitur :
{
"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"
}
}