Datasets:
Tasks:
Text Classification
Sub-tasks:
sentiment-classification
Languages:
Thai
Size:
1K<n<10K
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,29 @@ task_ids:
|
|
19 |
- sentiment-classification
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: ThaiToxicityTweet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for `thai_toxicity_tweet`
|
@@ -177,4 +200,4 @@ Please cite the following if you make use of the dataset:
|
|
177 |
|
178 |
### Contributions
|
179 |
|
180 |
-
Thanks to [@cstorm125](https://github.com/cstorm125) for adding this dataset.
|
|
|
19 |
- sentiment-classification
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: ThaiToxicityTweet
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: tweet_id
|
25 |
+
dtype: string
|
26 |
+
- name: tweet_text
|
27 |
+
dtype: string
|
28 |
+
- name: toxic_votes
|
29 |
+
dtype: int32
|
30 |
+
- name: nontoxic_votes
|
31 |
+
dtype: int32
|
32 |
+
- name: is_toxic
|
33 |
+
dtype:
|
34 |
+
class_label:
|
35 |
+
names:
|
36 |
+
0: neg
|
37 |
+
1: pos
|
38 |
+
config_name: thai_toxicity_tweet
|
39 |
+
splits:
|
40 |
+
- name: train
|
41 |
+
num_bytes: 637387
|
42 |
+
num_examples: 3300
|
43 |
+
download_size: 194740
|
44 |
+
dataset_size: 637387
|
45 |
---
|
46 |
|
47 |
# Dataset Card for `thai_toxicity_tweet`
|
|
|
200 |
|
201 |
### Contributions
|
202 |
|
203 |
+
Thanks to [@cstorm125](https://github.com/cstorm125) for adding this dataset.
|