Datasets:
Tasks:
Text Classification
Sub-tasks:
sentiment-classification
Languages:
Thai
Size:
1K<n<10K
License:
Replace YAML keys from int to str
#1
by
albertvillanova
HF staff
- opened
README.md
CHANGED
@@ -17,7 +17,6 @@ task_categories:
|
|
17 |
- text-classification
|
18 |
task_ids:
|
19 |
- sentiment-classification
|
20 |
-
paperswithcode_id: null
|
21 |
pretty_name: ThaiToxicityTweet
|
22 |
dataset_info:
|
23 |
features:
|
@@ -33,8 +32,8 @@ dataset_info:
|
|
33 |
dtype:
|
34 |
class_label:
|
35 |
names:
|
36 |
-
0: neg
|
37 |
-
1: pos
|
38 |
config_name: thai_toxicity_tweet
|
39 |
splits:
|
40 |
- name: train
|
|
|
17 |
- text-classification
|
18 |
task_ids:
|
19 |
- sentiment-classification
|
|
|
20 |
pretty_name: ThaiToxicityTweet
|
21 |
dataset_info:
|
22 |
features:
|
|
|
32 |
dtype:
|
33 |
class_label:
|
34 |
names:
|
35 |
+
'0': neg
|
36 |
+
'1': pos
|
37 |
config_name: thai_toxicity_tweet
|
38 |
splits:
|
39 |
- name: train
|