JustDoItNow commited on
Commit
dc4d194
1 Parent(s): 5154fbd

Model save

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -19,8 +19,8 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [microsoft/deberta-v3-large](https://huggingface.co/microsoft/deberta-v3-large) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.0128
23
- - Accuracy: 0.995
24
 
25
  ## Model description
26
 
@@ -53,11 +53,11 @@ The following hyperparameters were used during training:
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
55
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
56
- | 0.0312 | 2.0 | 100 | 0.0212 | 0.9925 |
57
- | 0.0013 | 4.0 | 200 | 0.0131 | 0.995 |
58
- | 0.0003 | 6.0 | 300 | 0.0119 | 0.995 |
59
- | 0.0003 | 8.0 | 400 | 0.0132 | 0.995 |
60
- | 0.0001 | 10.0 | 500 | 0.0128 | 0.995 |
61
 
62
 
63
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [microsoft/deberta-v3-large](https://huggingface.co/microsoft/deberta-v3-large) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.0084
23
+ - Accuracy: 0.9975
24
 
25
  ## Model description
26
 
 
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
55
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
56
+ | 0.0336 | 2.0 | 100 | 0.0315 | 0.9975 |
57
+ | 0.0043 | 4.0 | 200 | 0.0105 | 0.9925 |
58
+ | 0.0006 | 6.0 | 300 | 0.0079 | 0.9975 |
59
+ | 0.0001 | 8.0 | 400 | 0.0086 | 0.9975 |
60
+ | 0.0002 | 10.0 | 500 | 0.0084 | 0.9975 |
61
 
62
 
63
  ### Framework versions