End of training
Browse files- README.md +21 -21
- final_checkpoint/adapter_config.json +1 -1
- final_checkpoint/adapter_model.safetensors +1 -1
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:
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -51,26 +51,26 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss |
|
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 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
|
75 |
|
76 |
### 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.7359
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|
|
54 |
+
| 0.2429 | 0.05 | 100 | 0.2525 |
|
55 |
+
| 0.2099 | 0.1 | 200 | 0.2812 |
|
56 |
+
| 0.0957 | 0.15 | 300 | 0.4394 |
|
57 |
+
| 0.0277 | 0.2 | 400 | 0.5758 |
|
58 |
+
| 0.015 | 0.25 | 500 | 0.6307 |
|
59 |
+
| 0.0144 | 0.3 | 600 | 0.6582 |
|
60 |
+
| 0.0122 | 0.35 | 700 | 0.6811 |
|
61 |
+
| 0.0105 | 0.4 | 800 | 0.6984 |
|
62 |
+
| 0.0116 | 0.45 | 900 | 0.7030 |
|
63 |
+
| 0.0101 | 0.5 | 1000 | 0.7078 |
|
64 |
+
| 0.0097 | 0.55 | 1100 | 0.7047 |
|
65 |
+
| 0.0091 | 0.6 | 1200 | 0.7144 |
|
66 |
+
| 0.0087 | 0.65 | 1300 | 0.7196 |
|
67 |
+
| 0.0075 | 0.7 | 1400 | 0.7318 |
|
68 |
+
| 0.0082 | 0.75 | 1500 | 0.7242 |
|
69 |
+
| 0.008 | 0.8 | 1600 | 0.7289 |
|
70 |
+
| 0.0078 | 0.85 | 1700 | 0.7322 |
|
71 |
+
| 0.0074 | 0.9 | 1800 | 0.7398 |
|
72 |
+
| 0.0075 | 0.95 | 1900 | 0.7349 |
|
73 |
+
| 0.0073 | 1.0 | 2000 | 0.7359 |
|
74 |
|
75 |
|
76 |
### Framework versions
|
final_checkpoint/adapter_config.json
CHANGED
@@ -19,9 +19,9 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
22 |
"c_attn",
|
23 |
"c_fc",
|
24 |
-
"q_attn",
|
25 |
"c_proj"
|
26 |
],
|
27 |
"task_type": "CAUSAL_LM"
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
+
"q_attn",
|
23 |
"c_attn",
|
24 |
"c_fc",
|
|
|
25 |
"c_proj"
|
26 |
],
|
27 |
"task_type": "CAUSAL_LM"
|
final_checkpoint/adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 88891680
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:241b4951484eab7c19e78dce7f8f0cf2cfc92637ff5541638adcf2a1cbe04198
|
3 |
size 88891680
|