End of training
Browse files
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-7b](https://huggingface.co/bigcode/starcoderbase-7b) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 0.
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -52,26 +52,26 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|
|
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.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
|
76 |
|
77 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [bigcode/starcoderbase-7b](https://huggingface.co/bigcode/starcoderbase-7b) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.8695
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|
|
55 |
+
| 0.4754 | 0.05 | 100 | 0.5687 |
|
56 |
+
| 0.3079 | 0.1 | 200 | 0.5495 |
|
57 |
+
| 0.1744 | 0.15 | 300 | 0.5829 |
|
58 |
+
| 0.1132 | 0.2 | 400 | 0.6087 |
|
59 |
+
| 0.1177 | 0.25 | 500 | 0.6039 |
|
60 |
+
| 0.0716 | 0.3 | 600 | 0.6470 |
|
61 |
+
| 0.0653 | 0.35 | 700 | 0.6801 |
|
62 |
+
| 0.1156 | 0.4 | 800 | 0.6671 |
|
63 |
+
| 0.0536 | 0.45 | 900 | 0.6707 |
|
64 |
+
| 0.0582 | 0.5 | 1000 | 0.7050 |
|
65 |
+
| 0.0313 | 0.55 | 1100 | 0.7505 |
|
66 |
+
| 0.0301 | 0.6 | 1200 | 0.7616 |
|
67 |
+
| 0.022 | 0.65 | 1300 | 0.7948 |
|
68 |
+
| 0.0241 | 0.7 | 1400 | 0.8004 |
|
69 |
+
| 0.0197 | 0.75 | 1500 | 0.8240 |
|
70 |
+
| 0.0181 | 0.8 | 1600 | 0.8357 |
|
71 |
+
| 0.0175 | 0.85 | 1700 | 0.8638 |
|
72 |
+
| 0.0162 | 0.9 | 1800 | 0.8632 |
|
73 |
+
| 0.0172 | 0.95 | 1900 | 0.8710 |
|
74 |
+
| 0.0152 | 1.0 | 2000 | 0.8695 |
|
75 |
|
76 |
|
77 |
### Framework versions
|