aditya9729
commited on
Commit
·
6c91701
1
Parent(s):
d47e90d
update model card README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# starcoder_sc_final_2_epochs
|
14 |
|
15 |
-
This model is a fine-tuned version of [bigcode/starcoder](https://huggingface.co/bigcode/starcoder) on
|
|
|
|
|
16 |
|
17 |
## Model description
|
18 |
|
@@ -41,6 +43,14 @@ The following hyperparameters were used during training:
|
|
41 |
- lr_scheduler_type: cosine
|
42 |
- num_epochs: 2
|
43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
### Framework versions
|
45 |
|
46 |
- Transformers 4.30.0.dev0
|
|
|
12 |
|
13 |
# starcoder_sc_final_2_epochs
|
14 |
|
15 |
+
This model is a fine-tuned version of [bigcode/starcoder](https://huggingface.co/bigcode/starcoder) on the None dataset.
|
16 |
+
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 0.5576
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
43 |
- lr_scheduler_type: cosine
|
44 |
- num_epochs: 2
|
45 |
|
46 |
+
### Training results
|
47 |
+
|
48 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
+
| 0.6682 | 1.0 | 152 | 0.6275 |
|
51 |
+
| 0.495 | 1.99 | 304 | 0.5576 |
|
52 |
+
|
53 |
+
|
54 |
### Framework versions
|
55 |
|
56 |
- Transformers 4.30.0.dev0
|