Upload dataset
Browse files- README.md +65 -0
- data/train-00000-of-00001.parquet +3 -0
README.md
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: text
|
5 |
+
dtype: string
|
6 |
+
- name: homophobia
|
7 |
+
dtype:
|
8 |
+
class_label:
|
9 |
+
names:
|
10 |
+
'0': zero_votes
|
11 |
+
'1': one_vote
|
12 |
+
'2': two_votes
|
13 |
+
'3': three_votes
|
14 |
+
- name: obscene
|
15 |
+
dtype:
|
16 |
+
class_label:
|
17 |
+
names:
|
18 |
+
'0': zero_votes
|
19 |
+
'1': one_vote
|
20 |
+
'2': two_votes
|
21 |
+
'3': three_votes
|
22 |
+
- name: insult
|
23 |
+
dtype:
|
24 |
+
class_label:
|
25 |
+
names:
|
26 |
+
'0': zero_votes
|
27 |
+
'1': one_vote
|
28 |
+
'2': two_votes
|
29 |
+
'3': three_votes
|
30 |
+
- name: racism
|
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: misogyny
|
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: xenophobia
|
47 |
+
dtype:
|
48 |
+
class_label:
|
49 |
+
names:
|
50 |
+
'0': zero_votes
|
51 |
+
'1': one_vote
|
52 |
+
'2': two_votes
|
53 |
+
'3': three_votes
|
54 |
+
splits:
|
55 |
+
- name: train
|
56 |
+
num_bytes: 2977994
|
57 |
+
num_examples: 21000
|
58 |
+
download_size: 1464831
|
59 |
+
dataset_size: 2977994
|
60 |
+
configs:
|
61 |
+
- config_name: default
|
62 |
+
data_files:
|
63 |
+
- split: train
|
64 |
+
path: data/train-*
|
65 |
+
---
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:06d4d6abbbc2440bc2bdb746fad3a9447fff32ceaf61bc6dd5e9d6429f436924
|
3 |
+
size 1464831
|