End of training
Browse files
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.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -44,26 +44,28 @@ The following hyperparameters were used during training:
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: cosine
|
46 |
- lr_scheduler_warmup_steps: 30
|
47 |
-
- training_steps:
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
|:-------------:|:------:|:----:|:---------------:|
|
53 |
-
|
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
|
|
|
|
67 |
|
68 |
|
69 |
### 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: 0.7248
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: cosine
|
46 |
- lr_scheduler_warmup_steps: 30
|
47 |
+
- training_steps: 1600
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
|:-------------:|:------:|:----:|:---------------:|
|
53 |
+
| 1.2597 | 0.0625 | 100 | 1.1604 |
|
54 |
+
| 0.9591 | 0.125 | 200 | 0.9402 |
|
55 |
+
| 0.8109 | 0.1875 | 300 | 0.8431 |
|
56 |
+
| 0.7151 | 0.25 | 400 | 0.7917 |
|
57 |
+
| 0.6362 | 0.3125 | 500 | 0.7607 |
|
58 |
+
| 0.5759 | 0.375 | 600 | 0.7401 |
|
59 |
+
| 0.5284 | 0.4375 | 700 | 0.7334 |
|
60 |
+
| 0.4926 | 0.5 | 800 | 0.7252 |
|
61 |
+
| 0.4616 | 0.5625 | 900 | 0.7212 |
|
62 |
+
| 0.4369 | 0.625 | 1000 | 0.7236 |
|
63 |
+
| 0.4111 | 0.6875 | 1100 | 0.7255 |
|
64 |
+
| 0.3969 | 0.75 | 1200 | 0.7236 |
|
65 |
+
| 0.3855 | 0.8125 | 1300 | 0.7260 |
|
66 |
+
| 0.3822 | 0.875 | 1400 | 0.7262 |
|
67 |
+
| 0.3768 | 0.9375 | 1500 | 0.7256 |
|
68 |
+
| 0.3778 | 1.0 | 1600 | 0.7248 |
|
69 |
|
70 |
|
71 |
### Framework versions
|