tarekziade
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
Fine-tuned model that detects profanity in text.
|
@@ -15,4 +21,4 @@ Source code and data: https://github.com/tarekziade/pardonmyai
|
|
15 |
- Precision: 0.9331
|
16 |
- Recall: 0.9416
|
17 |
- F1 Score: 0.9373
|
18 |
-
- AUC-ROC: 0.9955
|
|
|
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.
|
|
|
21 |
- Precision: 0.9331
|
22 |
- Recall: 0.9416
|
23 |
- F1 Score: 0.9373
|
24 |
+
- AUC-ROC: 0.9955
|