aisyahhrazak commited on
Commit
b0ce383
1 Parent(s): 3a25693

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -14
README.md CHANGED
@@ -28,6 +28,7 @@ Current Labels Available:
28
  - safe for work
29
  - porn
30
  - self-harm
 
31
 
32
 
33
 
@@ -40,19 +41,20 @@ model = MistralForSequenceClassification.from_pretrained('malaysia-ai/malaysian-
40
 
41
 
42
  ```
43
- precision recall f1-score support
44
-
45
- racist 0.88173 0.88770 0.88470 1772
46
- religion insult 0.86975 0.86975 0.86975 3286
47
- psychiatric or mental illness 0.92584 0.88079 0.90275 5528
48
- sexist 0.72422 0.83048 0.77372 1404
49
- harassment 0.68592 0.84071 0.75547 452
50
- porn 0.96322 0.98390 0.97345 1118
51
- safe for work 0.87568 0.85691 0.86620 3732
52
- self-harm 0.87535 0.88764 0.88145 356
53
-
54
- accuracy 0.87602 17648
55
- macro avg 0.85021 0.87974 0.86344 17648
56
- weighted avg 0.87953 0.87602 0.87708 17648
 
57
 
58
  ```
 
28
  - safe for work
29
  - porn
30
  - self-harm
31
+ - violence
32
 
33
 
34
 
 
41
 
42
 
43
  ```
44
+ precision recall f1-score support
45
+
46
+ racist 0.92533 0.78778 0.85103 2045
47
+ religion insult 0.86617 0.87165 0.86890 3319
48
+ psychiatric or mental illness 0.90692 0.89454 0.90069 5272
49
+ sexist 0.84411 0.74206 0.78980 1795
50
+ harassment 0.60563 0.90052 0.72421 382
51
+ porn 0.96926 0.96024 0.96473 1182
52
+ safe for work 0.81878 0.88220 0.84931 3370
53
+ self-harm 0.91787 0.86560 0.89097 439
54
+ violence 0.68111 0.82950 0.74802 739
55
+
56
+ accuracy 0.86270 18543
57
+ macro avg 0.83724 0.85934 0.84307 18543
58
+ weighted avg 0.86859 0.86270 0.86358 18543
59
 
60
  ```