सन्दर्भ:
इस डेटासेट को TFDS में लोड करने के लिए निम्नलिखित कमांड का उपयोग करें:
ds = tfds.load('huggingface:wongnai_reviews')
- विवरण :
Wongnai's review dataset contains restaurant reviews and ratings, mainly in Thai language.
The reviews are in 5 classes ranging from 1 to 5 stars.
- लाइसेंस : LGPL-3.0
- संस्करण : 1.0.1
- विभाजन :
विभाजित करना | उदाहरण |
---|---|
'test' | 6203 |
'train' | 40000 |
- विशेषताएँ :
{
"review_body": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"star_rating": {
"num_classes": 5,
"names": [
"1",
"2",
"3",
"4",
"5"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
}
}