bobbyw commited on
Commit
7f97812
·
verified ·
1 Parent(s): 2d71759

End of training

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -20,10 +20,10 @@ 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 an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.0064
24
- - Accuracy: 0.0017
25
- - F1: 0.0034
26
- - Precision: 0.0017
27
  - Recall: 1.0
28
 
29
  ## Model description
@@ -55,9 +55,9 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
57
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
58
- | No log | 1.0 | 172 | 0.0068 | 0.0017 | 0.0034 | 0.0017 | 1.0 |
59
- | No log | 2.0 | 344 | 0.0065 | 0.0017 | 0.0034 | 0.0017 | 1.0 |
60
- | 0.0117 | 3.0 | 516 | 0.0064 | 0.0017 | 0.0034 | 0.0017 | 1.0 |
61
 
62
 
63
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [microsoft/deberta-v3-small](https://huggingface.co/microsoft/deberta-v3-small) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.0139
24
+ - Accuracy: 0.0014
25
+ - F1: 0.0027
26
+ - Precision: 0.0014
27
  - Recall: 1.0
28
 
29
  ## Model description
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
57
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
58
+ | No log | 1.0 | 172 | 0.0372 | 0.0014 | 0.0027 | 0.0014 | 1.0 |
59
+ | No log | 2.0 | 344 | 0.0159 | 0.0014 | 0.0027 | 0.0014 | 1.0 |
60
+ | 0.1035 | 3.0 | 516 | 0.0139 | 0.0014 | 0.0027 | 0.0014 | 1.0 |
61
 
62
 
63
  ### Framework versions