Datasets:
dougtrajano
commited on
Commit
•
5f1b619
1
Parent(s):
71ce83f
Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +96 -1
dataset_infos.json
CHANGED
@@ -1 +1,96 @@
|
|
1 |
-
{"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"default": {
|
2 |
+
"description": "",
|
3 |
+
"citation": "",
|
4 |
+
"homepage": "",
|
5 |
+
"license": "",
|
6 |
+
"features": {
|
7 |
+
"id": {
|
8 |
+
"dtype": "string",
|
9 |
+
"_type": "Value"
|
10 |
+
},
|
11 |
+
"text": {
|
12 |
+
"dtype": "string",
|
13 |
+
"_type": "Value"
|
14 |
+
},
|
15 |
+
"is_offensive": {
|
16 |
+
"dtype": "string",
|
17 |
+
"_type": "Value"
|
18 |
+
},
|
19 |
+
"is_targeted": {
|
20 |
+
"dtype": "string",
|
21 |
+
"_type": "Value"
|
22 |
+
},
|
23 |
+
"targeted_type": {
|
24 |
+
"dtype": "string",
|
25 |
+
"_type": "Value"
|
26 |
+
},
|
27 |
+
"toxic_spans": {
|
28 |
+
"feature": {
|
29 |
+
"dtype": "int64",
|
30 |
+
"_type": "Value"
|
31 |
+
},
|
32 |
+
"_type": "Sequence"
|
33 |
+
},
|
34 |
+
"health": {
|
35 |
+
"dtype": "bool",
|
36 |
+
"_type": "Value"
|
37 |
+
},
|
38 |
+
"ideology": {
|
39 |
+
"dtype": "bool",
|
40 |
+
"_type": "Value"
|
41 |
+
},
|
42 |
+
"insult": {
|
43 |
+
"dtype": "bool",
|
44 |
+
"_type": "Value"
|
45 |
+
},
|
46 |
+
"lgbtqphobia": {
|
47 |
+
"dtype": "bool",
|
48 |
+
"_type": "Value"
|
49 |
+
},
|
50 |
+
"other_lifestyle": {
|
51 |
+
"dtype": "bool",
|
52 |
+
"_type": "Value"
|
53 |
+
},
|
54 |
+
"physical_aspects": {
|
55 |
+
"dtype": "bool",
|
56 |
+
"_type": "Value"
|
57 |
+
},
|
58 |
+
"profanity_obscene": {
|
59 |
+
"dtype": "bool",
|
60 |
+
"_type": "Value"
|
61 |
+
},
|
62 |
+
"racism": {
|
63 |
+
"dtype": "bool",
|
64 |
+
"_type": "Value"
|
65 |
+
},
|
66 |
+
"religious_intolerance": {
|
67 |
+
"dtype": "bool",
|
68 |
+
"_type": "Value"
|
69 |
+
},
|
70 |
+
"sexism": {
|
71 |
+
"dtype": "bool",
|
72 |
+
"_type": "Value"
|
73 |
+
},
|
74 |
+
"xenophobia": {
|
75 |
+
"dtype": "bool",
|
76 |
+
"_type": "Value"
|
77 |
+
}
|
78 |
+
},
|
79 |
+
"splits": {
|
80 |
+
"train": {
|
81 |
+
"name": "train",
|
82 |
+
"num_bytes": 1763684,
|
83 |
+
"num_examples": 5214,
|
84 |
+
"dataset_name": null
|
85 |
+
},
|
86 |
+
"test": {
|
87 |
+
"name": "test",
|
88 |
+
"num_bytes": 590953,
|
89 |
+
"num_examples": 1738,
|
90 |
+
"dataset_name": null
|
91 |
+
}
|
92 |
+
},
|
93 |
+
"download_size": 1011742,
|
94 |
+
"dataset_size": 2354637,
|
95 |
+
"size_in_bytes": 3366379
|
96 |
+
}}
|