Datasets:
Tasks:
Text Classification
Languages:
English
Size:
n<1K
ArXiv:
Tags:
Hate Speech Detection
License:
Remove config names as yaml keys (#4367)
Browse files* validate YAML part
* fix bad YAML keys
* don't have config names as yaml keys
* style
* Remove hacking license tags when mirroring datasets on the Hub
* fix test
* fix style
* more fixes
* remove dots in QA column mapping keys
Commit from https://github.com/huggingface/datasets/commit/3f3013441e4af9bf4efa752b5e6e184a588b7a80
README.md
CHANGED
@@ -7,7 +7,7 @@ language_creators:
|
|
7 |
languages:
|
8 |
- en
|
9 |
licenses:
|
10 |
-
- agpl-3
|
11 |
multilinguality:
|
12 |
- monolingual
|
13 |
size_categories:
|
@@ -17,15 +17,14 @@ source_datasets:
|
|
17 |
task_categories:
|
18 |
- text-classification
|
19 |
task_ids:
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
multilabel:
|
24 |
-
- multi-label-classification
|
25 |
-
- sentiment-classification
|
26 |
-
- text-classification-other-Hate Speech Detection
|
27 |
paperswithcode_id: ethos
|
28 |
pretty_name: onlinE haTe speecH detectiOn dataSet
|
|
|
|
|
|
|
29 |
---
|
30 |
|
31 |
# Dataset Card for Ethos
|
|
|
7 |
languages:
|
8 |
- en
|
9 |
licenses:
|
10 |
+
- agpl-3.0-or-later
|
11 |
multilinguality:
|
12 |
- monolingual
|
13 |
size_categories:
|
|
|
17 |
task_categories:
|
18 |
- text-classification
|
19 |
task_ids:
|
20 |
+
- multi-label-classification
|
21 |
+
- sentiment-classification
|
22 |
+
- text-classification-other-Hate Speech Detection
|
|
|
|
|
|
|
|
|
23 |
paperswithcode_id: ethos
|
24 |
pretty_name: onlinE haTe speecH detectiOn dataSet
|
25 |
+
configs:
|
26 |
+
- binary
|
27 |
+
- multilabel
|
28 |
---
|
29 |
|
30 |
# Dataset Card for Ethos
|