Zaid commited on
Commit
4b018eb
·
verified ·
1 Parent(s): 5f7e538

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: HITId
5
+ dtype: string
6
+ - name: tweet
7
+ dtype: string
8
+ - name: sentiment
9
+ dtype:
10
+ class_label:
11
+ names:
12
+ '0': abusive
13
+ '1': abusive_disrespectful
14
+ '2': abusive_disrespectful_hateful_normal
15
+ '3': abusive_hateful
16
+ '4': abusive_normal
17
+ '5': abusive_offensive
18
+ '6': abusive_offensive_disrespectful_hateful_normal
19
+ '7': abusive_offensive_disrespectful_normal
20
+ '8': abusive_offensive_hateful_disrespectful
21
+ '9': abusive_offensive_hateful_disrespectful_normal
22
+ '10': abusive_offensive_hateful_normal
23
+ '11': disrespectful
24
+ '12': disrespectful_hateful
25
+ '13': disrespectful_normal
26
+ '14': fearful
27
+ '15': fearful_abusive_disrespectful_hateful_normal
28
+ '16': fearful_abusive_hateful_disrespectful_normal
29
+ '17': fearful_abusive_offensive_disrespectful_normal
30
+ '18': fearful_abusive_offensive_hateful
31
+ '19': fearful_abusive_offensive_hateful_disrespectful
32
+ '20': fearful_abusive_offensive_hateful_normal
33
+ '21': fearful_disrespectful
34
+ '22': fearful_disrespectful_hateful_normal
35
+ '23': fearful_normal
36
+ '24': fearful_offensive_disrespectful_hateful_normal
37
+ '25': fearful_offensive_hateful_disrespectful_normal
38
+ '26': fearful_offensive_hateful_normal
39
+ '27': hateful
40
+ '28': hateful_disrespectful
41
+ '29': hateful_disrespectful_normal
42
+ '30': hateful_normal
43
+ '31': normal
44
+ '32': offensive
45
+ '33': offensive_disrespectful
46
+ '34': offensive_hateful
47
+ '35': offensive_hateful_disrespectful_normal
48
+ '36': offensive_normal
49
+ - name: directness
50
+ dtype: string
51
+ - name: annotator_sentiment
52
+ dtype: string
53
+ - name: target
54
+ dtype: string
55
+ - name: group
56
+ dtype: string
57
+ splits:
58
+ - name: train
59
+ num_bytes: 641818
60
+ num_examples: 3353
61
+ download_size: 278807
62
+ dataset_size: 641818
63
+ configs:
64
+ - config_name: default
65
+ data_files:
66
+ - split: train
67
+ path: data/train-*
68
+ ---
data/{train-00000-of-00001-925c16e11f7f7ec1.parquet → train-00000-of-00001.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:78d460e64c11ecf85467c108d91f42da82c9b501c3bbf84baef8e12a652916aa
3
- size 269017
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d4b3f0b1ff82475c72c45832683019c44a25cc374e16193a0fb39baa9043135
3
+ size 278807
dataset_infos.json CHANGED
@@ -1 +1,164 @@
1
- {"arbml--MLMA_hate_speech_ar": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"HITId": {"dtype": "string", "id": null, "_type": "Value"}, "tweet": {"dtype": "string", "id": null, "_type": "Value"}, "sentiment": {"dtype": "string", "id": null, "_type": "Value"}, "directness": {"dtype": "string", "id": null, "_type": "Value"}, "annotator_sentiment": {"dtype": "string", "id": null, "_type": "Value"}, "target": {"dtype": "string", "id": null, "_type": "Value"}, "group": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "mlma_hate_speech_ar", "config_name": "default", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 664800, "num_examples": 3353, "dataset_name": "MLMA_hate_speech_ar"}}, "download_checksums": null, "download_size": 269017, "post_processing_size": null, "dataset_size": 664800, "size_in_bytes": 933817}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "arbml--MLMA_hate_speech_ar": {
3
+ "description": "",
4
+ "citation": "",
5
+ "homepage": "",
6
+ "license": "",
7
+ "features": {
8
+ "HITId": {
9
+ "dtype": "string",
10
+ "id": null,
11
+ "_type": "Value"
12
+ },
13
+ "tweet": {
14
+ "dtype": "string",
15
+ "id": null,
16
+ "_type": "Value"
17
+ },
18
+ "sentiment": {
19
+ "dtype": "string",
20
+ "id": null,
21
+ "_type": "Value"
22
+ },
23
+ "directness": {
24
+ "dtype": "string",
25
+ "id": null,
26
+ "_type": "Value"
27
+ },
28
+ "annotator_sentiment": {
29
+ "dtype": "string",
30
+ "id": null,
31
+ "_type": "Value"
32
+ },
33
+ "target": {
34
+ "dtype": "string",
35
+ "id": null,
36
+ "_type": "Value"
37
+ },
38
+ "group": {
39
+ "dtype": "string",
40
+ "id": null,
41
+ "_type": "Value"
42
+ }
43
+ },
44
+ "post_processed": null,
45
+ "supervised_keys": null,
46
+ "task_templates": null,
47
+ "builder_name": "mlma_hate_speech_ar",
48
+ "config_name": "default",
49
+ "version": {
50
+ "version_str": "0.0.0",
51
+ "description": null,
52
+ "major": 0,
53
+ "minor": 0,
54
+ "patch": 0
55
+ },
56
+ "splits": {
57
+ "train": {
58
+ "name": "train",
59
+ "num_bytes": 664800,
60
+ "num_examples": 3353,
61
+ "dataset_name": "MLMA_hate_speech_ar"
62
+ }
63
+ },
64
+ "download_checksums": null,
65
+ "download_size": 269017,
66
+ "post_processing_size": null,
67
+ "dataset_size": 664800,
68
+ "size_in_bytes": 933817
69
+ },
70
+ "default": {
71
+ "description": "",
72
+ "citation": "",
73
+ "homepage": "",
74
+ "license": "",
75
+ "features": {
76
+ "HITId": {
77
+ "dtype": "string",
78
+ "_type": "Value"
79
+ },
80
+ "tweet": {
81
+ "dtype": "string",
82
+ "_type": "Value"
83
+ },
84
+ "sentiment": {
85
+ "names": [
86
+ "abusive",
87
+ "abusive_disrespectful",
88
+ "abusive_disrespectful_hateful_normal",
89
+ "abusive_hateful",
90
+ "abusive_normal",
91
+ "abusive_offensive",
92
+ "abusive_offensive_disrespectful_hateful_normal",
93
+ "abusive_offensive_disrespectful_normal",
94
+ "abusive_offensive_hateful_disrespectful",
95
+ "abusive_offensive_hateful_disrespectful_normal",
96
+ "abusive_offensive_hateful_normal",
97
+ "disrespectful",
98
+ "disrespectful_hateful",
99
+ "disrespectful_normal",
100
+ "fearful",
101
+ "fearful_abusive_disrespectful_hateful_normal",
102
+ "fearful_abusive_hateful_disrespectful_normal",
103
+ "fearful_abusive_offensive_disrespectful_normal",
104
+ "fearful_abusive_offensive_hateful",
105
+ "fearful_abusive_offensive_hateful_disrespectful",
106
+ "fearful_abusive_offensive_hateful_normal",
107
+ "fearful_disrespectful",
108
+ "fearful_disrespectful_hateful_normal",
109
+ "fearful_normal",
110
+ "fearful_offensive_disrespectful_hateful_normal",
111
+ "fearful_offensive_hateful_disrespectful_normal",
112
+ "fearful_offensive_hateful_normal",
113
+ "hateful",
114
+ "hateful_disrespectful",
115
+ "hateful_disrespectful_normal",
116
+ "hateful_normal",
117
+ "normal",
118
+ "offensive",
119
+ "offensive_disrespectful",
120
+ "offensive_hateful",
121
+ "offensive_hateful_disrespectful_normal",
122
+ "offensive_normal"
123
+ ],
124
+ "_type": "ClassLabel"
125
+ },
126
+ "directness": {
127
+ "dtype": "string",
128
+ "_type": "Value"
129
+ },
130
+ "annotator_sentiment": {
131
+ "dtype": "string",
132
+ "_type": "Value"
133
+ },
134
+ "target": {
135
+ "dtype": "string",
136
+ "_type": "Value"
137
+ },
138
+ "group": {
139
+ "dtype": "string",
140
+ "_type": "Value"
141
+ }
142
+ },
143
+ "builder_name": "parquet",
144
+ "dataset_name": "mlma_hate_speech_ar",
145
+ "config_name": "default",
146
+ "version": {
147
+ "version_str": "0.0.0",
148
+ "major": 0,
149
+ "minor": 0,
150
+ "patch": 0
151
+ },
152
+ "splits": {
153
+ "train": {
154
+ "name": "train",
155
+ "num_bytes": 641818,
156
+ "num_examples": 3353,
157
+ "dataset_name": null
158
+ }
159
+ },
160
+ "download_size": 278807,
161
+ "dataset_size": 641818,
162
+ "size_in_bytes": 920625
163
+ }
164
+ }