Datasets:
dougtrajano
commited on
Commit
•
5d6f504
1
Parent(s):
5f1b619
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,5 +1,50 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# OLID-BR
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: id
|
6 |
+
dtype: string
|
7 |
+
- name: text
|
8 |
+
dtype: string
|
9 |
+
- name: is_offensive
|
10 |
+
dtype: string
|
11 |
+
- name: is_targeted
|
12 |
+
dtype: string
|
13 |
+
- name: targeted_type
|
14 |
+
dtype: string
|
15 |
+
- name: toxic_spans
|
16 |
+
sequence: int64
|
17 |
+
- name: health
|
18 |
+
dtype: bool
|
19 |
+
- name: ideology
|
20 |
+
dtype: bool
|
21 |
+
- name: insult
|
22 |
+
dtype: bool
|
23 |
+
- name: lgbtqphobia
|
24 |
+
dtype: bool
|
25 |
+
- name: other_lifestyle
|
26 |
+
dtype: bool
|
27 |
+
- name: physical_aspects
|
28 |
+
dtype: bool
|
29 |
+
- name: profanity_obscene
|
30 |
+
dtype: bool
|
31 |
+
- name: racism
|
32 |
+
dtype: bool
|
33 |
+
- name: religious_intolerance
|
34 |
+
dtype: bool
|
35 |
+
- name: sexism
|
36 |
+
dtype: bool
|
37 |
+
- name: xenophobia
|
38 |
+
dtype: bool
|
39 |
+
splits:
|
40 |
+
- name: train
|
41 |
+
num_bytes: 1763684
|
42 |
+
num_examples: 5214
|
43 |
+
- name: test
|
44 |
+
num_bytes: 590953
|
45 |
+
num_examples: 1738
|
46 |
+
download_size: 1011742
|
47 |
+
dataset_size: 2354637
|
48 |
---
|
49 |
|
50 |
# OLID-BR
|