Commit ·
76bb403
1
Parent(s): 197dc0a
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_small_context_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_small_context_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.4996
|
| 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.6309 | 1.0 | 155 | 0.5581 |
|
| 51 |
+
| 0.4525 | 2.0 | 310 | 0.4996 |
|
| 52 |
+
|
| 53 |
+
|
| 54 |
### Framework versions
|
| 55 |
|
| 56 |
- Transformers 4.30.0.dev0
|