Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
sentiment-classification
Languages:
Thai
Size:
10K - 100K
License:
Replace YAML keys from int to str
#2
by
albertvillanova
HF staff
- opened
README.md
CHANGED
@@ -17,8 +17,32 @@ task_categories:
|
|
17 |
- text-classification
|
18 |
task_ids:
|
19 |
- sentiment-classification
|
20 |
-
paperswithcode_id: null
|
21 |
pretty_name: WisesightSentiment
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
train-eval-index:
|
23 |
- config: wisesight_sentiment
|
24 |
task: text-classification
|
@@ -68,31 +92,6 @@ train-eval-index:
|
|
68 |
name: Recall weighted
|
69 |
args:
|
70 |
average: weighted
|
71 |
-
dataset_info:
|
72 |
-
features:
|
73 |
-
- name: texts
|
74 |
-
dtype: string
|
75 |
-
- name: category
|
76 |
-
dtype:
|
77 |
-
class_label:
|
78 |
-
names:
|
79 |
-
0: pos
|
80 |
-
1: neu
|
81 |
-
2: neg
|
82 |
-
3: q
|
83 |
-
config_name: wisesight_sentiment
|
84 |
-
splits:
|
85 |
-
- name: train
|
86 |
-
num_bytes: 5328819
|
87 |
-
num_examples: 21628
|
88 |
-
- name: validation
|
89 |
-
num_bytes: 593570
|
90 |
-
num_examples: 2404
|
91 |
-
- name: test
|
92 |
-
num_bytes: 662137
|
93 |
-
num_examples: 2671
|
94 |
-
download_size: 2102326
|
95 |
-
dataset_size: 6584526
|
96 |
---
|
97 |
|
98 |
# Dataset Card for wisesight_sentiment
|
|
|
17 |
- text-classification
|
18 |
task_ids:
|
19 |
- sentiment-classification
|
|
|
20 |
pretty_name: WisesightSentiment
|
21 |
+
dataset_info:
|
22 |
+
features:
|
23 |
+
- name: texts
|
24 |
+
dtype: string
|
25 |
+
- name: category
|
26 |
+
dtype:
|
27 |
+
class_label:
|
28 |
+
names:
|
29 |
+
'0': pos
|
30 |
+
'1': neu
|
31 |
+
'2': neg
|
32 |
+
'3': q
|
33 |
+
config_name: wisesight_sentiment
|
34 |
+
splits:
|
35 |
+
- name: train
|
36 |
+
num_bytes: 5328819
|
37 |
+
num_examples: 21628
|
38 |
+
- name: validation
|
39 |
+
num_bytes: 593570
|
40 |
+
num_examples: 2404
|
41 |
+
- name: test
|
42 |
+
num_bytes: 662137
|
43 |
+
num_examples: 2671
|
44 |
+
download_size: 2102326
|
45 |
+
dataset_size: 6584526
|
46 |
train-eval-index:
|
47 |
- config: wisesight_sentiment
|
48 |
task: text-classification
|
|
|
92 |
name: Recall weighted
|
93 |
args:
|
94 |
average: weighted
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
95 |
---
|
96 |
|
97 |
# Dataset Card for wisesight_sentiment
|