RawMean commited on
Commit
953a446
1 Parent(s): bf3419f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -14,8 +14,8 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [microsoft/deberta-v3-small](https://huggingface.co/microsoft/deberta-v3-small) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 0.0475
18
- - Pearson: 0.9261
19
 
20
  ## Model description
21
 
@@ -48,16 +48,16 @@ The following hyperparameters were used during training:
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Pearson |
50
  |:-------------:|:-----:|:----:|:---------------:|:-------:|
51
- | No log | 1.0 | 12 | 0.2617 | 0.6890 |
52
- | No log | 2.0 | 24 | 0.2215 | 0.7383 |
53
- | No log | 3.0 | 36 | 0.0794 | 0.8488 |
54
- | No log | 4.0 | 48 | 0.0832 | 0.8626 |
55
- | No log | 5.0 | 60 | 0.0753 | 0.9134 |
56
- | No log | 6.0 | 72 | 0.0497 | 0.9271 |
57
- | No log | 7.0 | 84 | 0.0454 | 0.9253 |
58
- | No log | 8.0 | 96 | 0.0438 | 0.9287 |
59
- | No log | 9.0 | 108 | 0.0496 | 0.9251 |
60
- | No log | 10.0 | 120 | 0.0475 | 0.9261 |
61
 
62
 
63
  ### Framework versions
 
14
 
15
  This model is a fine-tuned version of [microsoft/deberta-v3-small](https://huggingface.co/microsoft/deberta-v3-small) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 0.0436
18
+ - Pearson: 0.9325
19
 
20
  ## Model description
21
 
 
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Pearson |
50
  |:-------------:|:-----:|:----:|:---------------:|:-------:|
51
+ | No log | 1.0 | 12 | 0.2989 | 0.6985 |
52
+ | No log | 2.0 | 24 | 0.1378 | 0.7269 |
53
+ | No log | 3.0 | 36 | 0.0459 | 0.9122 |
54
+ | No log | 4.0 | 48 | 0.0454 | 0.9304 |
55
+ | No log | 5.0 | 60 | 0.0564 | 0.9168 |
56
+ | No log | 6.0 | 72 | 0.0434 | 0.9315 |
57
+ | No log | 7.0 | 84 | 0.0452 | 0.9254 |
58
+ | No log | 8.0 | 96 | 0.0381 | 0.9320 |
59
+ | No log | 9.0 | 108 | 0.0441 | 0.9327 |
60
+ | No log | 10.0 | 120 | 0.0436 | 0.9325 |
61
 
62
 
63
  ### Framework versions