Update README.md
Browse files
README.md
CHANGED
@@ -20,10 +20,10 @@ model-index:
|
|
20 |
metrics:
|
21 |
- name: Accuracy
|
22 |
type: accuracy
|
23 |
-
value:
|
24 |
- name: F1 Score
|
25 |
type: f1
|
26 |
-
value:
|
27 |
library_name: transformers
|
28 |
---
|
29 |
# Polite Guard
|
@@ -82,8 +82,8 @@ The code for the synthetic data generation and fine-tuning can be found [here](h
|
|
82 |
|
83 |
Here are the key performance metrics of the model on the test dataset containing both synthetic and manually annotated data:
|
84 |
|
85 |
-
- **Accuracy**:
|
86 |
-
- **F1-Score**:
|
87 |
|
88 |
## How to Use
|
89 |
|
|
|
20 |
metrics:
|
21 |
- name: Accuracy
|
22 |
type: accuracy
|
23 |
+
value: 92.2
|
24 |
- name: F1 Score
|
25 |
type: f1
|
26 |
+
value: 92.2
|
27 |
library_name: transformers
|
28 |
---
|
29 |
# Polite Guard
|
|
|
82 |
|
83 |
Here are the key performance metrics of the model on the test dataset containing both synthetic and manually annotated data:
|
84 |
|
85 |
+
- **Accuracy**: 92.2% on the Polite Guard test dataset.
|
86 |
+
- **F1-Score**: 92.2% on the Polite Guard test dataset.
|
87 |
|
88 |
## How to Use
|
89 |
|