End of training
Browse files
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 [EleutherAI/gpt-neo-125M](https://huggingface.co/EleutherAI/gpt-neo-125M) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss:
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -42,22 +42,21 @@ The following hyperparameters were used during training:
|
|
42 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
43 |
- lr_scheduler_type: linear
|
44 |
- num_epochs: 10
|
45 |
-
- mixed_precision_training: Native AMP
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|
|
51 |
-
| No log | 1.0 | 15 | 5.
|
52 |
-
| No log | 2.0 | 30 | 5.
|
53 |
-
| No log | 3.0 | 45 | 5.
|
54 |
-
| No log | 4.0 | 60 | 5.
|
55 |
-
| No log | 5.0 | 75 | 5.
|
56 |
-
| No log | 6.0 | 90 |
|
57 |
-
| No log | 7.0 | 105 |
|
58 |
-
| No log | 8.0 | 120 |
|
59 |
-
| No log | 9.0 | 135 |
|
60 |
-
| No log | 10.0 | 150 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [EleutherAI/gpt-neo-125M](https://huggingface.co/EleutherAI/gpt-neo-125M) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 6.2957
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
42 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
43 |
- lr_scheduler_type: linear
|
44 |
- num_epochs: 10
|
|
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
+
| No log | 1.0 | 15 | 5.5286 |
|
51 |
+
| No log | 2.0 | 30 | 5.6499 |
|
52 |
+
| No log | 3.0 | 45 | 5.7365 |
|
53 |
+
| No log | 4.0 | 60 | 5.8599 |
|
54 |
+
| No log | 5.0 | 75 | 5.9417 |
|
55 |
+
| No log | 6.0 | 90 | 6.0606 |
|
56 |
+
| No log | 7.0 | 105 | 6.1215 |
|
57 |
+
| No log | 8.0 | 120 | 6.1976 |
|
58 |
+
| No log | 9.0 | 135 | 6.2711 |
|
59 |
+
| No log | 10.0 | 150 | 6.2957 |
|
60 |
|
61 |
|
62 |
### Framework versions
|