zulqarnain-kernel commited on
Commit
f4ea447
·
verified ·
1 Parent(s): adb2119

End of training

Browse files
Files changed (1) hide show
  1. README.md +22 -4
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-1b](https://huggingface.co/bigcode/starcoderbase-1b) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.9318
20
 
21
  ## Model description
22
 
@@ -42,14 +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: 200
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss |
50
  |:-------------:|:-----:|:----:|:---------------:|
51
- | 0.9676 | 0.5 | 100 | 0.9193 |
52
- | 1.0226 | 1.0 | 200 | 0.9318 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
 
54
 
55
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [bigcode/starcoderbase-1b](https://huggingface.co/bigcode/starcoderbase-1b) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 1.0589
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
+ | 0.9659 | 0.05 | 100 | 0.9183 |
52
+ | 0.9898 | 0.1 | 200 | 0.9449 |
53
+ | 0.6517 | 0.15 | 300 | 0.9680 |
54
+ | 0.8964 | 0.2 | 400 | 0.9818 |
55
+ | 0.9497 | 0.25 | 500 | 0.9720 |
56
+ | 0.5741 | 0.3 | 600 | 1.0102 |
57
+ | 0.7987 | 0.35 | 700 | 1.0202 |
58
+ | 0.8268 | 0.4 | 800 | 1.0128 |
59
+ | 0.5202 | 0.45 | 900 | 1.0189 |
60
+ | 0.7509 | 0.5 | 1000 | 1.0335 |
61
+ | 0.772 | 0.55 | 1100 | 1.0386 |
62
+ | 0.4747 | 0.6 | 1200 | 1.0525 |
63
+ | 0.696 | 0.65 | 1300 | 1.0382 |
64
+ | 0.684 | 0.7 | 1400 | 1.0469 |
65
+ | 0.5396 | 0.75 | 1500 | 1.0523 |
66
+ | 0.6567 | 0.8 | 1600 | 1.0546 |
67
+ | 0.6006 | 0.85 | 1700 | 1.0596 |
68
+ | 0.6014 | 0.9 | 1800 | 1.0620 |
69
+ | 0.5551 | 0.95 | 1900 | 1.0612 |
70
+ | 0.5881 | 1.0 | 2000 | 1.0589 |
71
 
72
 
73
  ### Framework versions