Keerthana98 commited on
Commit
4795dd8
·
verified ·
1 Parent(s): 9e20557

End of training

Browse files
Files changed (1) hide show
  1. README.md +22 -3
README.md CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [bigcode/starcoderbase-3b](https://huggingface.co/bigcode/starcoderbase-3b) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 1.8718
20
 
21
  ## Model description
22
 
@@ -42,13 +42,32 @@ The following hyperparameters were used during training:
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: cosine
44
  - lr_scheduler_warmup_steps: 30
45
- - training_steps: 100
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss |
50
  |:-------------:|:-----:|:----:|:---------------:|
51
- | 0.0353 | 1.0 | 100 | 1.8718 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
 
53
 
54
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [bigcode/starcoderbase-3b](https://huggingface.co/bigcode/starcoderbase-3b) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 1.8938
20
 
21
  ## Model description
22
 
 
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: cosine
44
  - lr_scheduler_warmup_steps: 30
45
+ - training_steps: 2000
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss |
50
  |:-------------:|:-----:|:----:|:---------------:|
51
+ | 1.2519 | 0.05 | 100 | 1.2670 |
52
+ | 1.1574 | 0.1 | 200 | 1.2857 |
53
+ | 1.0988 | 0.15 | 300 | 1.3103 |
54
+ | 0.9577 | 0.2 | 400 | 1.3922 |
55
+ | 0.9345 | 0.25 | 500 | 1.4669 |
56
+ | 0.8145 | 0.3 | 600 | 1.5009 |
57
+ | 0.7423 | 0.35 | 700 | 1.5764 |
58
+ | 0.7225 | 0.4 | 800 | 1.6063 |
59
+ | 0.6379 | 0.45 | 900 | 1.6696 |
60
+ | 0.6335 | 0.5 | 1000 | 1.7408 |
61
+ | 0.5733 | 0.55 | 1100 | 1.7548 |
62
+ | 0.5503 | 0.6 | 1200 | 1.7962 |
63
+ | 0.5309 | 0.65 | 1300 | 1.7991 |
64
+ | 0.4949 | 0.7 | 1400 | 1.8356 |
65
+ | 0.4961 | 0.75 | 1500 | 1.8625 |
66
+ | 0.4769 | 0.8 | 1600 | 1.8737 |
67
+ | 0.4658 | 0.85 | 1700 | 1.8858 |
68
+ | 0.4655 | 0.9 | 1800 | 1.8888 |
69
+ | 0.4604 | 0.95 | 1900 | 1.8943 |
70
+ | 0.4568 | 1.0 | 2000 | 1.8938 |
71
 
72
 
73
  ### Framework versions