IbrahimAmin commited on
Commit
f941fb4
·
verified ·
1 Parent(s): 87a3c47

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +207 -41
README.md CHANGED
@@ -5,49 +5,215 @@ language:
5
  - arz
6
  library_name: transformers
7
  pipeline_tag: text-classification
 
8
  widget:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
 
10
- # 🟢 Neutral
11
- - text: "إزيك يا صاحبي؟ عامل ايه؟" # Neutral greeting in Egyptian Arabic
12
- prediction: {'label': 'Neutral', 'score': 0.9996803998947144}
13
- - text: "الجو حلو النهارده ومزاجي رايق." # Neutral comment about the weather
14
- prediction: {'label': 'Neutral', 'score': 0.9996935129165649}
15
- - text: "ربنا يكرم بقي" # Religious expression with positive tone
16
- prediction: {'label': 'Neutral', 'score': 0.9996790885925293}
17
- - text: "المسلمين و المسيحيين ايد واحده" # Promoting unity between religions
18
- prediction: {'label': 'Neutral', 'score': 0.9995753169059753}
19
-
20
- # 🔴 Offensive (non-targeted)
21
- - text: "إنت غبي ومحدش طايقك." # Generic insult, offensive but not targeted by group
22
- prediction: {'label': 'Offensive', 'score': 0.9991933703422546}
23
- - text: "كفاية بقى تفاهة يا ولاد كذا..." # Offensive phrase directed at a group
24
- prediction: {'label': 'Offensive', 'score': 0.9990781545639038}
25
- - text: "اخرس شويه بقي" # Aggressive command, offensive
26
- prediction: {'label': 'Offensive', 'score': 0.9991931319236755}
27
-
28
- # ♀️ Sexism
29
- - text: "كل الستات ما يعرفوش يسوقوا." # Sexist generalization about women
30
- prediction: {'label': 'Sexism', 'score': 0.9995362758636475}
31
- - text: "البنات لازم يقعدوا في البيت." # Reinforcing gender roles
32
- prediction: {'label': 'Sexism', 'score': 0.9995285272598267}
33
- - text: "الستات مبتعرفش تسوق" # Another variation of sexist stereotype
34
- prediction: {'label': 'Sexism', 'score': 0.9995216131210327}
35
-
36
- # 🏴 Racism
37
- - text: "مش بحب أتعامل مع السود." # Racial discrimination
38
- prediction: {'label': 'Racism', 'score': 0.9993932247161865}
39
- - text: "الخلايجة كده دايمًا، شايفين نفسهم." # Stereotyping Gulf Arabs
40
- prediction: {'label': 'Racism', 'score': 0.9995430707931519}
41
- - text: "الخلايجه كلهم ولاد كلب" # Explicit hate speech targeting Gulf nationals
42
- prediction: {'label': 'Racism', 'score': 0.9995269775390625}
43
-
44
- # 🕋 Religious Discrimination
45
- - text: "الناس اللي بتصلي دول منافقين." # Attacking religious people
46
- prediction: {'label': 'Religious Discrimination', 'score': 0.9987323880195618}
47
- - text: "دينك مش صح، ولازم تغيره." # Discriminating based on religion
48
- prediction: {'label': 'Religious Discrimination', 'score': 0.9994857311248779}
49
- - text: "المسلمين و المسيحيين مش ايد واحده" # Suggesting division between religions
50
- prediction: {'label': 'Religious Discrimination', 'score': 0.9993454813957214}
51
 
52
  datasets:
53
  - IbrahimAmin/egyptian-arabic-hate-speech
 
5
  - arz
6
  library_name: transformers
7
  pipeline_tag: text-classification
8
+
9
  widget:
10
+ - text: إزيك يا صاحبي؟ عامل ايه؟
11
+ output:
12
+ - label: Neutral
13
+ score: 0.9996803998947144
14
+ - label: Offensive
15
+ score: 0.0001022413489408791
16
+ - label: Racism
17
+ score: 9.184532245853916e-05
18
+ - label: Sexism
19
+ score: 6.373981887008995e-05
20
+ - label: Religious Discrimination
21
+ score: 6.177987233968452e-05
22
+
23
+ - text: الجو حلو النهارده ومزاجي رايق.
24
+ output:
25
+ - label: Neutral
26
+ score: 0.9996935129165649
27
+ - label: Offensive
28
+ score: 8.360472565982491e-05
29
+ - label: Racism
30
+ score: 8.307467942358926e-05
31
+ - label: Religious Discrimination
32
+ score: 7.166535215219483e-05
33
+ - label: Sexism
34
+ score: 6.817518442403525e-05
35
+
36
+ - text: ربنا يكرم بقي
37
+ output:
38
+ - label: Neutral
39
+ score: 0.9996790885925293
40
+ - label: Racism
41
+ score: 9.369126928504556e-05
42
+ - label: Offensive
43
+ score: 8.728997636353597e-05
44
+ - label: Sexism
45
+ score: 7.185162394307554e-05
46
+ - label: Religious Discrimination
47
+ score: 6.815723463660106e-05
48
+
49
+ - text: المسلمين و المسيحيين ايد واحده
50
+ output:
51
+ - label: Neutral
52
+ score: 0.9995753169059753
53
+ - label: Religious Discrimination
54
+ score: 0.00018269731663167477
55
+ - label: Racism
56
+ score: 0.00010355251288274303
57
+ - label: Offensive
58
+ score: 7.555521733593196e-05
59
+ - label: Sexism
60
+ score: 6.293723708949983e-05
61
+
62
+ - text: إنت غبي ومحدش طايقك.
63
+ output:
64
+ - label: Offensive
65
+ score: 0.9991933703422546
66
+ - label: Sexism
67
+ score: 0.0003336789377499372
68
+ - label: Religious Discrimination
69
+ score: 0.00016878142196219414
70
+ - label: Racism
71
+ score: 0.00015242300287354738
72
+ - label: Neutral
73
+ score: 0.0001517057535238564
74
+
75
+ - text: كفاية بقى تفاهة يا ولاد كذا...
76
+ output:
77
+ - label: Offensive
78
+ score: 0.9990781545639038
79
+ - label: Sexism
80
+ score: 0.00037458923179656267
81
+ - label: Racism
82
+ score: 0.000291738921077922
83
+ - label: Neutral
84
+ score: 0.00012822129065170884
85
+ - label: Religious Discrimination
86
+ score: 0.00012722807878162712
87
+
88
+ - text: اخرس شويه بقي
89
+ output:
90
+ - label: Offensive
91
+ score: 0.9991931319236755
92
+ - label: Sexism
93
+ score: 0.0003191738505847752
94
+ - label: Neutral
95
+ score: 0.00016810539818834513
96
+ - label: Religious Discrimination
97
+ score: 0.00016681390115991235
98
+ - label: Racism
99
+ score: 0.00015283490938600153
100
+
101
+ - text: كل الستات ما يعرفوش يسوقوا.
102
+ output:
103
+ - label: Sexism
104
+ score: 0.9995362758636475
105
+ - label: Offensive
106
+ score: 0.00013705063611268997
107
+ - label: Religious Discrimination
108
+ score: 0.00011684132914524525
109
+ - label: Neutral
110
+ score: 0.00010987235873471946
111
+ - label: Racism
112
+ score: 9.996256994782016e-05
113
+
114
+ - text: البنات لازم يقعدوا في البيت.
115
+ output:
116
+ - label: Sexism
117
+ score: 0.9995285272598267
118
+ - label: Offensive
119
+ score: 0.0001513037277618423
120
+ - label: Neutral
121
+ score: 0.00011781435023294762
122
+ - label: Religious Discrimination
123
+ score: 0.00011129838094348088
124
+ - label: Racism
125
+ score: 9.102458716370165e-05
126
+
127
+ - text: الستات مبتعرفش تسوق
128
+ output:
129
+ - label: Sexism
130
+ score: 0.9995216131210327
131
+ - label: Offensive
132
+ score: 0.00014647189527750015
133
+ - label: Neutral
134
+ score: 0.00012976766447536647
135
+ - label: Religious Discrimination
136
+ score: 0.00010765341721707955
137
+ - label: Racism
138
+ score: 9.454880637349561e-05
139
+
140
+ - text: مش بحب أتعامل مع السود.
141
+ output:
142
+ - label: Racism
143
+ score: 0.9993932247161865
144
+ - label: Neutral
145
+ score: 0.0002437636285321787
146
+ - label: Offensive
147
+ score: 0.00015556033758912235
148
+ - label: Religious Discrimination
149
+ score: 0.00010805160854943097
150
+ - label: Sexism
151
+ score: 9.933744877343997e-05
152
+
153
+ - text: الخلايجة كده دايمًا، شايفين نفسهم.
154
+ output:
155
+ - label: Racism
156
+ score: 0.9995430707931519
157
+ - label: Offensive
158
+ score: 0.0001469338167225942
159
+ - label: Sexism
160
+ score: 0.00010587665747152641
161
+ - label: Religious Discrimination
162
+ score: 0.00010272463987348601
163
+ - label: Neutral
164
+ score: 0.00010147325519938022
165
+
166
+ - text: الخلايجه كلهم ولاد كلب
167
+ output:
168
+ - label: Racism
169
+ score: 0.9995269775390625
170
+ - label: Offensive
171
+ score: 0.00017615519755054265
172
+ - label: Sexism
173
+ score: 0.00010926152026513591
174
+ - label: Religious Discrimination
175
+ score: 0.0001019195988192223
176
+ - label: Neutral
177
+ score: 8.565541065763682e-05
178
+
179
+ - text: الناس اللي بتصلي دول منافقين.
180
+ output:
181
+ - label: Religious Discrimination
182
+ score: 0.9987323880195618
183
+ - label: Neutral
184
+ score: 0.0007236517849378288
185
+ - label: Sexism
186
+ score: 0.00036698306212201715
187
+ - label: Racism
188
+ score: 0.00010111296433024108
189
+ - label: Offensive
190
+ score: 7.585762068629265e-05
191
+
192
+ - text: دينك مش صح، ولازم تغيره.
193
+ output:
194
+ - label: Religious Discrimination
195
+ score: 0.9994857311248779
196
+ - label: Neutral
197
+ score: 0.00024439653498120606
198
+ - label: Sexism
199
+ score: 0.00010205681610386819
200
+ - label: Offensive
201
+ score: 9.713304461911321e-05
202
+ - label: Racism
203
+ score: 7.06951177562587e-05
204
 
205
+ - text: المسلمين و المسيحيين مش ايد واحده
206
+ output:
207
+ - label: Religious Discrimination
208
+ score: 0.9993454813957214
209
+ - label: Neutral
210
+ score: 0.0004249837074894458
211
+ - label: Sexism
212
+ score: 8.618667925475165e-05
213
+ - label: Racism
214
+ score: 7.340563752222806e-05
215
+ - label: Offensive
216
+ score: 7.000174809945747e-05
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
217
 
218
  datasets:
219
  - IbrahimAmin/egyptian-arabic-hate-speech