update0909 commited on
Commit
6262dff
1 Parent(s): ac533a4

End of training

Browse files
Files changed (1) hide show
  1. README.md +22 -4
README.md CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [bigcode/starcoderbase-1b](https://huggingface.co/bigcode/starcoderbase-1b) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 2.1221
19
 
20
  ## Model description
21
 
@@ -43,14 +43,32 @@ The following hyperparameters were used during training:
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: cosine
45
  - lr_scheduler_warmup_steps: 30
46
- - training_steps: 200
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss |
51
  |:-------------:|:-----:|:----:|:---------------:|
52
- | 1.6724 | 0.5 | 100 | 2.3612 |
53
- | 1.6259 | 1.0 | 200 | 2.1221 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
 
55
 
56
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [bigcode/starcoderbase-1b](https://huggingface.co/bigcode/starcoderbase-1b) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 0.8660
19
 
20
  ## Model description
21
 
 
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: cosine
45
  - lr_scheduler_warmup_steps: 30
46
+ - training_steps: 2000
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss |
51
  |:-------------:|:-----:|:----:|:---------------:|
52
+ | 1.6802 | 0.05 | 100 | 2.4316 |
53
+ | 1.6009 | 0.1 | 200 | 1.9687 |
54
+ | 1.118 | 0.15 | 300 | 1.4213 |
55
+ | 0.9805 | 0.2 | 400 | 1.2800 |
56
+ | 1.2515 | 0.25 | 500 | 1.2094 |
57
+ | 1.1289 | 0.3 | 600 | 1.1665 |
58
+ | 1.069 | 0.35 | 700 | 0.9681 |
59
+ | 0.8232 | 0.4 | 800 | 0.9157 |
60
+ | 0.8186 | 0.45 | 900 | 0.9054 |
61
+ | 0.9282 | 0.5 | 1000 | 0.8904 |
62
+ | 1.0739 | 0.55 | 1100 | 0.8726 |
63
+ | 1.4045 | 0.6 | 1200 | 0.8713 |
64
+ | 1.3319 | 0.65 | 1300 | 0.8699 |
65
+ | 0.8325 | 0.7 | 1400 | 0.8673 |
66
+ | 0.8188 | 0.75 | 1500 | 0.8645 |
67
+ | 1.401 | 0.8 | 1600 | 0.8680 |
68
+ | 0.7713 | 0.85 | 1700 | 0.8666 |
69
+ | 0.9051 | 0.9 | 1800 | 0.8664 |
70
+ | 0.8787 | 0.95 | 1900 | 0.8660 |
71
+ | 0.8024 | 1.0 | 2000 | 0.8660 |
72
 
73
 
74
  ### Framework versions