ek-id commited on
Commit
0bea3f5
·
verified ·
1 Parent(s): 3a4c7fc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -20,10 +20,10 @@ model-index:
20
  metrics:
21
  - name: Accuracy
22
  type: accuracy
23
- value: 88.4
24
  - name: F1 Score
25
  type: f1
26
- value: 88.4
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**: 88.4% on the Polite Guard test dataset.
86
- - **F1-Score**: 88.4% on the Polite Guard test dataset.
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