Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
sentiment-classification
Languages:
Thai
Size:
10K - 100K
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,28 @@ task_ids:
|
|
19 |
- sentiment-classification
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: WongnaiReviews
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for Wongnai_Reviews
|
@@ -80,4 +102,4 @@ See https://github.com/wongnai/wongnai-corpus
|
|
80 |
|
81 |
### Contributions
|
82 |
|
83 |
-
Thanks to [@mapmeld](https://github.com/mapmeld), [@cstorm125](https://github.com/cstorm125) for adding this dataset.
|
|
|
19 |
- sentiment-classification
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: WongnaiReviews
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: review_body
|
25 |
+
dtype: string
|
26 |
+
- name: star_rating
|
27 |
+
dtype:
|
28 |
+
class_label:
|
29 |
+
names:
|
30 |
+
0: '1'
|
31 |
+
1: '2'
|
32 |
+
2: '3'
|
33 |
+
3: '4'
|
34 |
+
4: '5'
|
35 |
+
splits:
|
36 |
+
- name: test
|
37 |
+
num_bytes: 9913686
|
38 |
+
num_examples: 6203
|
39 |
+
- name: train
|
40 |
+
num_bytes: 60691428
|
41 |
+
num_examples: 40000
|
42 |
+
download_size: 16556587
|
43 |
+
dataset_size: 70605114
|
44 |
---
|
45 |
|
46 |
# Dataset Card for Wongnai_Reviews
|
|
|
102 |
|
103 |
### Contributions
|
104 |
|
105 |
+
Thanks to [@mapmeld](https://github.com/mapmeld), [@cstorm125](https://github.com/cstorm125) for adding this dataset.
|