wongnai_recenzje

Bibliografia:

Użyj następującego polecenia, aby załadować ten zestaw danych w TFDS:

ds = tfds.load('huggingface:wongnai_reviews')
  • Opis :
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.
  • Licencja : LGPL-3.0
  • Wersja : 1.0.1
  • Dzieli :
Rozdzielać Przykłady
'test' 6203
'train' 40000
  • Cechy :
{
    "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"
    }
}