mrm8488 commited on
Commit
6fca7f5
1 Parent(s): e6569db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -5
README.md CHANGED
@@ -20,11 +20,15 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [microsoft/deberta-v3-small](https://huggingface.co/microsoft/deberta-v3-small) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.0233
24
- - Precision: 0.**99**40
25
- - Recall: 0.**99**40
26
- - Accuracy: 0.**99**40
27
- - F1: 0.**994**0
 
 
 
 
28
 
29
  ## Model description
30
 
 
20
 
21
  This model is a fine-tuned version of [microsoft/deberta-v3-small](https://huggingface.co/microsoft/deberta-v3-small) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+
24
+ | Metric | Value |
25
+ |-----------|----------|
26
+ | F1 | 0.**99**40 |
27
+ | Accuracy | 0.**99**40 |
28
+ | Precision | 0.9940 |
29
+ | Recall | 0.9940 |
30
+ | Loss | 0.0233 |
31
+
32
 
33
  ## Model description
34