JustDoItNow commited on
Commit
0d59c3b
1 Parent(s): c637071

Model save

Browse files
Files changed (1) hide show
  1. README.md +9 -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.0200
23
- - Accuracy: 0.9967
24
 
25
  ## Model description
26
 
@@ -51,11 +51,13 @@ The following hyperparameters were used during training:
51
 
52
  ### Training results
53
 
54
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
55
- |:-------------:|:------:|:----:|:---------------:|:--------:|
56
- | 0.0023 | 2.6667 | 100 | 0.0123 | 1.0 |
57
- | 0.0002 | 5.3333 | 200 | 0.0184 | 0.9967 |
58
- | 0.0001 | 8.0 | 300 | 0.0200 | 0.9967 |
 
 
59
 
60
 
61
  ### 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.0128
23
+ - Accuracy: 0.995
24
 
25
  ## Model description
26
 
 
51
 
52
  ### Training results
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