tarekziade
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
3 |
metrics:
|
4 |
- name: Accuraccy
|
5 |
type: accuracy
|
@@ -16,6 +21,7 @@ metrics:
|
|
16 |
- name: AUC-ROC
|
17 |
type: roc_auc
|
18 |
value: 0.9955
|
|
|
19 |
---
|
20 |
|
21 |
Fine-tuned model that detects profanity in text.
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
widget:
|
4 |
+
- text: These are nice flowers
|
5 |
+
example_tile: not offensive
|
6 |
+
- text: Fuck you
|
7 |
+
example_tile: offensive
|
8 |
metrics:
|
9 |
- name: Accuraccy
|
10 |
type: accuracy
|
|
|
21 |
- name: AUC-ROC
|
22 |
type: roc_auc
|
23 |
value: 0.9955
|
24 |
+
base_model: distilbert/distilbert-base-uncased
|
25 |
---
|
26 |
|
27 |
Fine-tuned model that detects profanity in text.
|