Datasets:
Tasks:
Text Classification
Formats:
csv
Languages:
Portuguese
Size:
10K - 100K
ArXiv:
Tags:
hate-speech-detection
DOI:
License:
FpOliveira
commited on
Commit
•
6c8d705
1
Parent(s):
7d6dc34
Update README.md
Browse files
README.md
CHANGED
@@ -1,18 +1,36 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
configs:
|
5 |
- config_name: multilabel
|
6 |
data_files:
|
7 |
- split: train
|
8 |
-
path:
|
9 |
- split: test
|
10 |
-
path:
|
11 |
-
|
12 |
- config_name: binary
|
13 |
data_files:
|
14 |
- split: train
|
15 |
-
path:
|
16 |
- split: test
|
17 |
-
path:
|
18 |
-
---
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
annotations_creators:
|
4 |
+
- crowdsourced
|
5 |
+
language_creators:
|
6 |
+
- crowdsourced
|
7 |
+
language:
|
8 |
+
- pt
|
9 |
+
multilinguality:
|
10 |
+
- monolingual
|
11 |
+
size_categories:
|
12 |
+
- 10K<n<100K
|
13 |
+
source_datasets:
|
14 |
+
- original
|
15 |
+
task_categories:
|
16 |
+
- text-classification
|
17 |
+
task_ids: []
|
18 |
+
pretty_name: TuPy
|
19 |
+
language_bcp47:
|
20 |
+
- pt-BR
|
21 |
+
tags:
|
22 |
+
- hate-speech-detection
|
23 |
configs:
|
24 |
- config_name: multilabel
|
25 |
data_files:
|
26 |
- split: train
|
27 |
+
path: multilabel/multilabel_train.csv
|
28 |
- split: test
|
29 |
+
path: multilabel/multilabel_test.csv
|
|
|
30 |
- config_name: binary
|
31 |
data_files:
|
32 |
- split: train
|
33 |
+
path: binary/binary_train.csv
|
34 |
- split: test
|
35 |
+
path: binary/binary_test.csv
|
36 |
+
---
|