Model save
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 [gpt2](https://huggingface.co/gpt2) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss:
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -50,7 +50,13 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
|:-------------:|:------:|:----:|:---------------:|
|
53 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
|
55 |
|
56 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 5.0581
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
|:-------------:|:------:|:----:|:---------------:|
|
53 |
+
| 4.6393 | 0.9050 | 50 | 5.3195 |
|
54 |
+
| 4.3822 | 1.8100 | 100 | 5.2026 |
|
55 |
+
| 4.1742 | 2.7149 | 150 | 5.1256 |
|
56 |
+
| 4.0114 | 3.6199 | 200 | 5.0652 |
|
57 |
+
| 3.8758 | 4.5249 | 250 | 5.0247 |
|
58 |
+
| 3.7629 | 5.4299 | 300 | 5.0265 |
|
59 |
+
| 3.6674 | 6.3348 | 350 | 5.0581 |
|
60 |
|
61 |
|
62 |
### Framework versions
|