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,29 +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 |
-
| 1.
|
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 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.357 | 1.0 | 1700 | 0.7155 |
|
70 |
|
71 |
|
72 |
### 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.7299
|
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.1981 | 0.0625 | 100 | 1.1007 |
|
54 |
+
| 0.9021 | 0.125 | 200 | 0.8910 |
|
55 |
+
| 0.7494 | 0.1875 | 300 | 0.8009 |
|
56 |
+
| 0.6504 | 0.25 | 400 | 0.7542 |
|
57 |
+
| 0.5704 | 0.3125 | 500 | 0.7279 |
|
58 |
+
| 0.5081 | 0.375 | 600 | 0.7175 |
|
59 |
+
| 0.4696 | 0.4375 | 700 | 0.7109 |
|
60 |
+
| 0.4245 | 0.5 | 800 | 0.7151 |
|
61 |
+
| 0.3962 | 0.5625 | 900 | 0.7135 |
|
62 |
+
| 0.3686 | 0.625 | 1000 | 0.7156 |
|
63 |
+
| 0.3514 | 0.6875 | 1100 | 0.7244 |
|
64 |
+
| 0.3418 | 0.75 | 1200 | 0.7268 |
|
65 |
+
| 0.3317 | 0.8125 | 1300 | 0.7302 |
|
66 |
+
| 0.3228 | 0.875 | 1400 | 0.7301 |
|
67 |
+
| 0.3211 | 0.9375 | 1500 | 0.7304 |
|
68 |
+
| 0.3188 | 1.0 | 1600 | 0.7299 |
|
|
|
69 |
|
70 |
|
71 |
### Framework versions
|