웡나이_리뷰

참조:

다음 명령을 사용하여 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"
    }
}