End of training
Browse files
README.md
CHANGED
|
@@ -15,6 +15,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
# codeparrot-ds-model
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
|
|
|
|
|
|
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|
|
@@ -47,6 +49,27 @@ The following hyperparameters were used during training:
|
|
| 47 |
|
| 48 |
### Training results
|
| 49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
|
| 51 |
|
| 52 |
### Framework versions
|
|
|
|
| 15 |
# codeparrot-ds-model
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
|
| 18 |
+
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 0.9517
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
|
|
| 49 |
|
| 50 |
### Training results
|
| 51 |
|
| 52 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
| 53 |
+
|:-------------:|:------:|:------:|:---------------:|
|
| 54 |
+
| 2.4181 | 0.1533 | 10000 | 1.5849 |
|
| 55 |
+
| 1.5361 | 0.3065 | 20000 | 1.4070 |
|
| 56 |
+
| 1.4242 | 0.4598 | 30000 | 1.3356 |
|
| 57 |
+
| 1.3721 | 0.6131 | 40000 | 1.2948 |
|
| 58 |
+
| 1.3327 | 0.7664 | 50000 | 1.2638 |
|
| 59 |
+
| 1.3053 | 0.9196 | 60000 | 1.2403 |
|
| 60 |
+
| 1.2751 | 1.0729 | 70000 | 1.2146 |
|
| 61 |
+
| 1.2491 | 1.2262 | 80000 | 1.1876 |
|
| 62 |
+
| 1.2258 | 1.3795 | 90000 | 1.1642 |
|
| 63 |
+
| 1.1997 | 1.5327 | 100000 | 1.1374 |
|
| 64 |
+
| 1.1724 | 1.6860 | 110000 | 1.1113 |
|
| 65 |
+
| 1.1444 | 1.8393 | 120000 | 1.0826 |
|
| 66 |
+
| 1.1157 | 1.9926 | 130000 | 1.0551 |
|
| 67 |
+
| 1.0762 | 2.1458 | 140000 | 1.0298 |
|
| 68 |
+
| 1.0513 | 2.2991 | 150000 | 1.0042 |
|
| 69 |
+
| 1.0275 | 2.4524 | 160000 | 0.9827 |
|
| 70 |
+
| 1.0067 | 2.6056 | 170000 | 0.9662 |
|
| 71 |
+
| 0.9906 | 2.7589 | 180000 | 0.9556 |
|
| 72 |
+
| 0.9827 | 2.9122 | 190000 | 0.9517 |
|
| 73 |
|
| 74 |
|
| 75 |
### Framework versions
|