annieske commited on
Commit
0223c85
1 Parent(s): f99b3d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -91,6 +91,20 @@ target does not need to be present nor does the target matter
91
  | toxicity | 58 % | 54 % | 93 % | 89,6 % |
92
  | obscene | 69 % | 62 % | 97 % | 96 % |
93
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
94
 
95
  ## Licensing Information
96
  Contents of this repository are distributed under the
 
91
  | toxicity | 58 % | 54 % | 93 % | 89,6 % |
92
  | obscene | 69 % | 62 % | 97 % | 96 % |
93
 
94
+ ## Evaluation results
95
+
96
+ Evaluation results from using a fine-tuned `TurkuNLP/bert-base-finnish-cased-toxicity`. (This specific model currently not in Huggingface, but a large variant is)
97
+
98
+ | Label | Precision | Recall | F1 |
99
+ |------ | ------------------- | ---------------------------- | ---------------------- |
100
+ | identity attack | 54,8 | 67,2 | 60,4 |
101
+ | insult | 48,6 | 61, 2 | 54,1 |
102
+ | severe toxicity | 11,9 | 81 | 20,7 |
103
+ | threat | 16,3 | 82,5 | 27,2 |
104
+ | toxicity | 57,6 | 64,9 | 61,1 |
105
+ | obscene | 57,7 | 68,9 | 62,8 |
106
+ | OVERALL | 41,4 | 67,2 | 51,2 |
107
+ | OVERALL weighted by original sample counts | 55,5 | 65,5 | 60,1 |
108
 
109
  ## Licensing Information
110
  Contents of this repository are distributed under the