tarekziade commited on
Commit
fcc513f
·
verified ·
1 Parent(s): dcbbab8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -5
README.md CHANGED
@@ -1,11 +1,21 @@
1
  ---
2
  license: apache-2.0
3
  metrics:
4
- - accuracy
5
- - precision
6
- - recall
7
- - f1
8
- - roc_auc
 
 
 
 
 
 
 
 
 
 
9
  ---
10
 
11
  Fine-tuned model that detects profanity in text.
 
1
  ---
2
  license: apache-2.0
3
  metrics:
4
+ - name: Accuraccy
5
+ type: accuracy
6
+ value: 0.9748
7
+ - name: Precision
8
+ type: precision
9
+ value: 0.9331
10
+ - name: Recall
11
+ type: recall
12
+ value: 0.9416
13
+ - name: F1 Score
14
+ type: f1
15
+ value: 0.9373
16
+ - name: AUC-ROC
17
+ type: roc_auc
18
+ value: 0.9955
19
  ---
20
 
21
  Fine-tuned model that detects profanity in text.