Datasets:
Tasks:
Text Classification
Languages:
Portuguese
Size:
10K<n<100K
ArXiv:
Tags:
hate-speech-detection
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -22,6 +22,87 @@ task_ids: []
|
|
22 |
paperswithcode_id: told-br
|
23 |
tags:
|
24 |
- hate-speech-detection
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
---
|
26 |
|
27 |
# Dataset Card for "ToLD-Br"
|
|
|
22 |
paperswithcode_id: told-br
|
23 |
tags:
|
24 |
- hate-speech-detection
|
25 |
+
dataset_info:
|
26 |
+
- config_name: multilabel
|
27 |
+
features:
|
28 |
+
- name: text
|
29 |
+
dtype: string
|
30 |
+
- name: homophobia
|
31 |
+
dtype:
|
32 |
+
class_label:
|
33 |
+
names:
|
34 |
+
0: zero_votes
|
35 |
+
1: one_vote
|
36 |
+
2: two_votes
|
37 |
+
3: three_votes
|
38 |
+
- name: obscene
|
39 |
+
dtype:
|
40 |
+
class_label:
|
41 |
+
names:
|
42 |
+
0: zero_votes
|
43 |
+
1: one_vote
|
44 |
+
2: two_votes
|
45 |
+
3: three_votes
|
46 |
+
- name: insult
|
47 |
+
dtype:
|
48 |
+
class_label:
|
49 |
+
names:
|
50 |
+
0: zero_votes
|
51 |
+
1: one_vote
|
52 |
+
2: two_votes
|
53 |
+
3: three_votes
|
54 |
+
- name: racism
|
55 |
+
dtype:
|
56 |
+
class_label:
|
57 |
+
names:
|
58 |
+
0: zero_votes
|
59 |
+
1: one_vote
|
60 |
+
2: two_votes
|
61 |
+
3: three_votes
|
62 |
+
- name: misogyny
|
63 |
+
dtype:
|
64 |
+
class_label:
|
65 |
+
names:
|
66 |
+
0: zero_votes
|
67 |
+
1: one_vote
|
68 |
+
2: two_votes
|
69 |
+
3: three_votes
|
70 |
+
- name: xenophobia
|
71 |
+
dtype:
|
72 |
+
class_label:
|
73 |
+
names:
|
74 |
+
0: zero_votes
|
75 |
+
1: one_vote
|
76 |
+
2: two_votes
|
77 |
+
3: three_votes
|
78 |
+
splits:
|
79 |
+
- name: train
|
80 |
+
num_bytes: 2978006
|
81 |
+
num_examples: 21000
|
82 |
+
download_size: 2430416
|
83 |
+
dataset_size: 2978006
|
84 |
+
- config_name: binary
|
85 |
+
features:
|
86 |
+
- name: text
|
87 |
+
dtype: string
|
88 |
+
- name: label
|
89 |
+
dtype:
|
90 |
+
class_label:
|
91 |
+
names:
|
92 |
+
0: not-toxic
|
93 |
+
1: toxic
|
94 |
+
splits:
|
95 |
+
- name: test
|
96 |
+
num_bytes: 216297
|
97 |
+
num_examples: 2100
|
98 |
+
- name: train
|
99 |
+
num_bytes: 1709560
|
100 |
+
num_examples: 16800
|
101 |
+
- name: validation
|
102 |
+
num_bytes: 212153
|
103 |
+
num_examples: 2100
|
104 |
+
download_size: 853322
|
105 |
+
dataset_size: 2138010
|
106 |
---
|
107 |
|
108 |
# Dataset Card for "ToLD-Br"
|