andriadze commited on
Commit
9948f21
1 Parent(s): e82cce6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -21,6 +21,11 @@ It achieves the following results on the evaluation set:
21
  - Loss: 0.2084
22
  - Accuracy: 0.9735
23
 
 
 
 
 
 
24
  ## Model description
25
 
26
  This model came to be because currently available moderation tools are not strict enough. Good example is OpenAI omni-moderation-latest.
 
21
  - Loss: 0.2084
22
  - Accuracy: 0.9735
23
 
24
+ On a production data(not used as part of training), model achieves an accuracy of ~98.8% for comparison, the ```distilbert``` version achieves ~98.4%.
25
+
26
+ While there is a detectable increase in performance, I'm not sure if it's worth. Personally I'm still sticking with distilbert version.
27
+
28
+
29
  ## Model description
30
 
31
  This model came to be because currently available moderation tools are not strict enough. Good example is OpenAI omni-moderation-latest.