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