dougtrajano commited on
Commit
5f1b619
1 Parent(s): 71ce83f

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +96 -1
dataset_infos.json CHANGED
@@ -1 +1,96 @@
1
- {"dougtrajano--olid-br": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"id": {"dtype": "string", "id": null, "_type": "Value"}, "text": {"dtype": "string", "id": null, "_type": "Value"}, "is_offensive": {"dtype": "string", "id": null, "_type": "Value"}, "is_targeted": {"dtype": "string", "id": null, "_type": "Value"}, "targeted_type": {"dtype": "string", "id": null, "_type": "Value"}, "toxic_spans": {"feature": {"dtype": "int64", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "health": {"dtype": "bool", "id": null, "_type": "Value"}, "ideology": {"dtype": "bool", "id": null, "_type": "Value"}, "insult": {"dtype": "bool", "id": null, "_type": "Value"}, "lgbtqphobia": {"dtype": "bool", "id": null, "_type": "Value"}, "other_lifestyle": {"dtype": "bool", "id": null, "_type": "Value"}, "physical_aspects": {"dtype": "bool", "id": null, "_type": "Value"}, "profanity_obscene": {"dtype": "bool", "id": null, "_type": "Value"}, "racism": {"dtype": "bool", "id": null, "_type": "Value"}, "religious_intolerance": {"dtype": "bool", "id": null, "_type": "Value"}, "sexism": {"dtype": "bool", "id": null, "_type": "Value"}, "xenophobia": {"dtype": "bool", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": null, "config_name": null, "version": null, "splits": {"train": {"name": "train", "num_bytes": 1667343, "num_examples": 4765, "dataset_name": "olid-br"}, "test": {"name": "test", "num_bytes": 551236, "num_examples": 1589, "dataset_name": "olid-br"}}, "download_checksums": null, "download_size": 0, "post_processing_size": null, "dataset_size": 2218579, "size_in_bytes": 2218579}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }}