Datasets:
Tasks:
Text Classification
Formats:
parquet
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
hate-speech-detection
License:
fix task_ids
Browse files
README.md
CHANGED
@@ -16,8 +16,7 @@ source_datasets:
|
|
16 |
- original
|
17 |
task_categories:
|
18 |
- text-classification
|
19 |
-
task_ids:
|
20 |
-
- text-classification-other-hate-speech-detection
|
21 |
paperswithcode_id: hate-speech-and-offensive-language
|
22 |
pretty_name: Hate Speech and Offensive Language
|
23 |
train-eval-index:
|
@@ -30,44 +29,46 @@ train-eval-index:
|
|
30 |
tweet: text
|
31 |
label: target
|
32 |
metrics:
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
|
|
|
|
71 |
---
|
72 |
|
73 |
# Dataset Card for [Dataset Name]
|
@@ -208,4 +209,4 @@ MIT License
|
|
208 |
|
209 |
### Contributions
|
210 |
|
211 |
-
Thanks to [@hugoabonizio](https://github.com/hugoabonizio) for adding this dataset.
|
|
|
16 |
- original
|
17 |
task_categories:
|
18 |
- text-classification
|
19 |
+
task_ids: []
|
|
|
20 |
paperswithcode_id: hate-speech-and-offensive-language
|
21 |
pretty_name: Hate Speech and Offensive Language
|
22 |
train-eval-index:
|
|
|
29 |
tweet: text
|
30 |
label: target
|
31 |
metrics:
|
32 |
+
- type: accuracy
|
33 |
+
name: Accuracy
|
34 |
+
- type: f1
|
35 |
+
name: F1 macro
|
36 |
+
args:
|
37 |
+
average: macro
|
38 |
+
- type: f1
|
39 |
+
name: F1 micro
|
40 |
+
args:
|
41 |
+
average: micro
|
42 |
+
- type: f1
|
43 |
+
name: F1 weighted
|
44 |
+
args:
|
45 |
+
average: weighted
|
46 |
+
- type: precision
|
47 |
+
name: Precision macro
|
48 |
+
args:
|
49 |
+
average: macro
|
50 |
+
- type: precision
|
51 |
+
name: Precision micro
|
52 |
+
args:
|
53 |
+
average: micro
|
54 |
+
- type: precision
|
55 |
+
name: Precision weighted
|
56 |
+
args:
|
57 |
+
average: weighted
|
58 |
+
- type: recall
|
59 |
+
name: Recall macro
|
60 |
+
args:
|
61 |
+
average: macro
|
62 |
+
- type: recall
|
63 |
+
name: Recall micro
|
64 |
+
args:
|
65 |
+
average: micro
|
66 |
+
- type: recall
|
67 |
+
name: Recall weighted
|
68 |
+
args:
|
69 |
+
average: weighted
|
70 |
+
tags:
|
71 |
+
- hate-speech-detection
|
72 |
---
|
73 |
|
74 |
# Dataset Card for [Dataset Name]
|
|
|
209 |
|
210 |
### Contributions
|
211 |
|
212 |
+
Thanks to [@hugoabonizio](https://github.com/hugoabonizio) for adding this dataset.
|