tarekziade
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,21 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
metrics:
|
4 |
-
-
|
5 |
-
|
6 |
-
|
7 |
-
-
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|