vkhylenko commited on
Commit
1f568dd
1 Parent(s): e2278b5

added metrics

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -14,9 +14,12 @@ This is the fine-tuned on the [Ukrainian toxicity classification dataset](https:
14
 
15
  The evaluation metrics for binary toxicity classification on a test set are:
16
 
17
- **Precision**: 0.9?
18
- **Recall**: 0.9?
19
- **F1**: 0.9?
 
 
 
20
 
21
 
22
  ## How to use:
 
14
 
15
  The evaluation metrics for binary toxicity classification on a test set are:
16
 
17
+ | Metric | Value |
18
+ |-----------|-------|
19
+ | F1-score | 0.99 |
20
+ | Precision | 0.99 |
21
+ | Recall | 0.99 |
22
+ | Accuracy | 0.99 |
23
 
24
 
25
  ## How to use: