Upload dataset
Browse files
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: Id
|
5 |
+
dtype: string
|
6 |
+
- name: Platform
|
7 |
+
dtype: string
|
8 |
+
- name: Comment
|
9 |
+
dtype: string
|
10 |
+
- name: Majority_Label
|
11 |
+
dtype:
|
12 |
+
class_label:
|
13 |
+
names:
|
14 |
+
'0': Non-Offensive
|
15 |
+
'1': Offensive
|
16 |
+
- name: Agreement
|
17 |
+
dtype: string
|
18 |
+
- name: NumOfJudgementUsed
|
19 |
+
dtype: string
|
20 |
+
- name: Total_Judgement
|
21 |
+
dtype: string
|
22 |
+
- name: Vulgar:V/HateSpeech:HS/None:-
|
23 |
+
dtype: string
|
24 |
+
splits:
|
25 |
+
- name: train
|
26 |
+
num_bytes: 1139716
|
27 |
+
num_examples: 4000
|
28 |
+
download_size: 560070
|
29 |
+
dataset_size: 1139716
|
30 |
+
configs:
|
31 |
+
- config_name: default
|
32 |
+
data_files:
|
33 |
+
- split: train
|
34 |
+
path: data/train-*
|
35 |
+
---
|
data/{train-00000-of-00001-64917140de7c1df5.parquet → train-00000-of-00001.parquet}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ec82508f8da71b1836f76d2ed23f32dd5c379ee1401d83728bc5eecbcf65925
|
3 |
+
size 560070
|
dataset_infos.json
CHANGED
@@ -1 +1,138 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"arbml--MPOLD": {
|
3 |
+
"description": "",
|
4 |
+
"citation": "",
|
5 |
+
"homepage": "",
|
6 |
+
"license": "",
|
7 |
+
"features": {
|
8 |
+
"Id": {
|
9 |
+
"dtype": "string",
|
10 |
+
"id": null,
|
11 |
+
"_type": "Value"
|
12 |
+
},
|
13 |
+
"Platform": {
|
14 |
+
"dtype": "string",
|
15 |
+
"id": null,
|
16 |
+
"_type": "Value"
|
17 |
+
},
|
18 |
+
"Comment": {
|
19 |
+
"dtype": "string",
|
20 |
+
"id": null,
|
21 |
+
"_type": "Value"
|
22 |
+
},
|
23 |
+
"Majority_Label": {
|
24 |
+
"dtype": "string",
|
25 |
+
"id": null,
|
26 |
+
"_type": "Value"
|
27 |
+
},
|
28 |
+
"Agreement": {
|
29 |
+
"dtype": "string",
|
30 |
+
"id": null,
|
31 |
+
"_type": "Value"
|
32 |
+
},
|
33 |
+
"NumOfJudgementUsed": {
|
34 |
+
"dtype": "string",
|
35 |
+
"id": null,
|
36 |
+
"_type": "Value"
|
37 |
+
},
|
38 |
+
"Total_Judgement": {
|
39 |
+
"dtype": "string",
|
40 |
+
"id": null,
|
41 |
+
"_type": "Value"
|
42 |
+
},
|
43 |
+
"Vulgar:V/HateSpeech:HS/None:-": {
|
44 |
+
"dtype": "string",
|
45 |
+
"id": null,
|
46 |
+
"_type": "Value"
|
47 |
+
}
|
48 |
+
},
|
49 |
+
"post_processed": null,
|
50 |
+
"supervised_keys": null,
|
51 |
+
"task_templates": null,
|
52 |
+
"builder_name": "mpold",
|
53 |
+
"config_name": "default",
|
54 |
+
"version": {
|
55 |
+
"version_str": "0.0.0",
|
56 |
+
"description": null,
|
57 |
+
"major": 0,
|
58 |
+
"minor": 0,
|
59 |
+
"patch": 0
|
60 |
+
},
|
61 |
+
"splits": {
|
62 |
+
"train": {
|
63 |
+
"name": "train",
|
64 |
+
"num_bytes": 1173016,
|
65 |
+
"num_examples": 4000,
|
66 |
+
"dataset_name": "MPOLD"
|
67 |
+
}
|
68 |
+
},
|
69 |
+
"download_checksums": null,
|
70 |
+
"download_size": 552609,
|
71 |
+
"post_processing_size": null,
|
72 |
+
"dataset_size": 1173016,
|
73 |
+
"size_in_bytes": 1725625
|
74 |
+
},
|
75 |
+
"default": {
|
76 |
+
"description": "",
|
77 |
+
"citation": "",
|
78 |
+
"homepage": "",
|
79 |
+
"license": "",
|
80 |
+
"features": {
|
81 |
+
"Id": {
|
82 |
+
"dtype": "string",
|
83 |
+
"_type": "Value"
|
84 |
+
},
|
85 |
+
"Platform": {
|
86 |
+
"dtype": "string",
|
87 |
+
"_type": "Value"
|
88 |
+
},
|
89 |
+
"Comment": {
|
90 |
+
"dtype": "string",
|
91 |
+
"_type": "Value"
|
92 |
+
},
|
93 |
+
"Majority_Label": {
|
94 |
+
"names": [
|
95 |
+
"Non-Offensive",
|
96 |
+
"Offensive"
|
97 |
+
],
|
98 |
+
"_type": "ClassLabel"
|
99 |
+
},
|
100 |
+
"Agreement": {
|
101 |
+
"dtype": "string",
|
102 |
+
"_type": "Value"
|
103 |
+
},
|
104 |
+
"NumOfJudgementUsed": {
|
105 |
+
"dtype": "string",
|
106 |
+
"_type": "Value"
|
107 |
+
},
|
108 |
+
"Total_Judgement": {
|
109 |
+
"dtype": "string",
|
110 |
+
"_type": "Value"
|
111 |
+
},
|
112 |
+
"Vulgar:V/HateSpeech:HS/None:-": {
|
113 |
+
"dtype": "string",
|
114 |
+
"_type": "Value"
|
115 |
+
}
|
116 |
+
},
|
117 |
+
"builder_name": "parquet",
|
118 |
+
"dataset_name": "mpold",
|
119 |
+
"config_name": "default",
|
120 |
+
"version": {
|
121 |
+
"version_str": "0.0.0",
|
122 |
+
"major": 0,
|
123 |
+
"minor": 0,
|
124 |
+
"patch": 0
|
125 |
+
},
|
126 |
+
"splits": {
|
127 |
+
"train": {
|
128 |
+
"name": "train",
|
129 |
+
"num_bytes": 1139716,
|
130 |
+
"num_examples": 4000,
|
131 |
+
"dataset_name": null
|
132 |
+
}
|
133 |
+
},
|
134 |
+
"download_size": 560070,
|
135 |
+
"dataset_size": 1139716,
|
136 |
+
"size_in_bytes": 1699786
|
137 |
+
}
|
138 |
+
}
|