victoriadreis commited on
Commit
154ae39
1 Parent(s): f6c6eb5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +104 -5
README.md CHANGED
@@ -1,10 +1,109 @@
1
  ---
2
- license: cc-by-sa-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
- ![GitHub pull requests](https://img.shields.io/github/issues-pr/Silly-Machine/TuPy-Dataset)
5
- [![GitHub issues](https://img.shields.io/github/issues/Silly-Machine/TuPy-Dataset.svg)](https://img.shields.io/github/issues/Silly-Machine/TuPy-Dataset.svg)
6
- ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/Silly-Machine/TuPy-Dataset/main)
7
- [![GitHub license](https://img.shields.io/badge/license-MIT-orange)](https://opensource.org/license/mit/)
8
 
9
  # Portuguese Hate Speech Dataset (TuPy)
10
 
 
1
  ---
2
+ annotations_creators:
3
+ - crowdsourced
4
+ language_creators:
5
+ - crowdsourced
6
+ language:
7
+ - pt
8
+ license:
9
+ - cc-by-sa-4.0
10
+ multilinguality:
11
+ - monolingual
12
+ size_categories:
13
+ - 10K<n<100K
14
+ source_datasets:
15
+ - original
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)
109