andreuka18 commited on
Commit
36f9850
·
verified ·
1 Parent(s): be3ba23

initial commit

Browse files
README.md ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: int64
6
+ - name: target
7
+ dtype: float64
8
+ - name: comment_text
9
+ dtype: string
10
+ - name: severe_toxicity
11
+ dtype: float64
12
+ - name: obscene
13
+ dtype: float64
14
+ - name: identity_attack
15
+ dtype: float64
16
+ - name: insult
17
+ dtype: float64
18
+ - name: threat
19
+ dtype: float64
20
+ - name: asian
21
+ dtype: float64
22
+ - name: atheist
23
+ dtype: float64
24
+ - name: bisexual
25
+ dtype: float64
26
+ - name: black
27
+ dtype: float64
28
+ - name: buddhist
29
+ dtype: float64
30
+ - name: christian
31
+ dtype: float64
32
+ - name: female
33
+ dtype: float64
34
+ - name: heterosexual
35
+ dtype: float64
36
+ - name: hindu
37
+ dtype: float64
38
+ - name: homosexual_gay_or_lesbian
39
+ dtype: float64
40
+ - name: intellectual_or_learning_disability
41
+ dtype: float64
42
+ - name: jewish
43
+ dtype: float64
44
+ - name: latino
45
+ dtype: float64
46
+ - name: male
47
+ dtype: float64
48
+ - name: muslim
49
+ dtype: float64
50
+ - name: other_disability
51
+ dtype: float64
52
+ - name: other_gender
53
+ dtype: float64
54
+ - name: other_race_or_ethnicity
55
+ dtype: float64
56
+ - name: other_religion
57
+ dtype: float64
58
+ - name: other_sexual_orientation
59
+ dtype: float64
60
+ - name: physical_disability
61
+ dtype: float64
62
+ - name: psychiatric_or_mental_illness
63
+ dtype: float64
64
+ - name: transgender
65
+ dtype: float64
66
+ - name: white
67
+ dtype: float64
68
+ - name: created_date
69
+ dtype: string
70
+ - name: publication_id
71
+ dtype: int64
72
+ - name: parent_id
73
+ dtype: float64
74
+ - name: article_id
75
+ dtype: int64
76
+ - name: rating
77
+ dtype: string
78
+ - name: funny
79
+ dtype: int64
80
+ - name: wow
81
+ dtype: int64
82
+ - name: sad
83
+ dtype: int64
84
+ - name: likes
85
+ dtype: int64
86
+ - name: disagree
87
+ dtype: int64
88
+ - name: sexual_explicit
89
+ dtype: float64
90
+ - name: identity_annotator_count
91
+ dtype: int64
92
+ - name: toxicity_annotator_count
93
+ dtype: int64
94
+ - name: label
95
+ dtype: int64
96
+ splits:
97
+ - name: train
98
+ num_bytes: 1126680758
99
+ num_examples: 1624386
100
+ - name: valid
101
+ num_bytes: 125318918
102
+ num_examples: 180488
103
+ download_size: 480181008
104
+ dataset_size: 1251999676
105
+ configs:
106
+ - config_name: default
107
+ data_files:
108
+ - split: train
109
+ path: data/train-*
110
+ - split: valid
111
+ path: data/valid-*
112
+ ---
data/train-00000-of-00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa1098e616a465be0f1eb196f389d8dcc6424301d252344181931612fafaeb3d
3
+ size 143937513
data/train-00001-of-00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:729bf29bd9d5fc6cb3fecb807627b9b4183f7bd5bb3b90041f9777f17d37a283
3
+ size 144090313
data/train-00002-of-00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a73fd62ce798269315b7d7194a66aa1c073a729223162cbb43e407327f80af2e
3
+ size 144042400
data/valid-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd4d91ba55a10c6a2904e25e91b9b6f7c7d1e3bb54d8d9490d6f1d9447696fd1
3
+ size 48110782