victoriadreis commited on
Commit
28a757f
1 Parent(s): 33e5538

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -83
README.md CHANGED
@@ -16,93 +16,19 @@ source_datasets:
16
  task_categories:
17
  - text-classification
18
  task_ids: []
19
- paperswithcode_id: told-br
20
- pretty_name: ToLD-Br
21
  language_bcp47:
22
  - pt-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: train
96
- num_bytes: 1709560
97
- num_examples: 16800
98
- - name: test
99
- num_bytes: 216297
100
- num_examples: 2100
101
- - name: validation
102
- num_bytes: 212153
103
- num_examples: 2100
104
- download_size: 853322
105
- dataset_size: 2138010
106
  ---
107
 
108
  # Portuguese Hate Speech Dataset (TuPy)
 
16
  task_categories:
17
  - text-classification
18
  task_ids: []
19
+ pretty_name: TuPy
 
20
  language_bcp47:
21
  - pt-BR
22
  tags:
23
  - hate-speech-detection
24
+
25
+ configs:
26
+ - config_name: default
27
+ data_files:
28
+ - split: binary
29
+ path: "tupy_binary_vote.csv"
30
+ - split: multi
31
+ path: "tupy_dummy_vote.csv"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  ---
33
 
34
  # Portuguese Hate Speech Dataset (TuPy)