update model card README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
# gpt2-shakespeare
|
14 |
|
15 |
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
|
|
|
|
|
16 |
|
17 |
## Model description
|
18 |
|
@@ -42,6 +44,13 @@ The following hyperparameters were used during training:
|
|
42 |
|
43 |
### Training results
|
44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
|
46 |
|
47 |
### Framework versions
|
|
|
13 |
# gpt2-shakespeare
|
14 |
|
15 |
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
|
16 |
+
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 2.6763
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
+
| No log | 0.52 | 100 | 2.9338 |
|
50 |
+
| No log | 1.05 | 200 | 2.7686 |
|
51 |
+
| No log | 1.57 | 300 | 2.7143 |
|
52 |
+
| No log | 2.09 | 400 | 2.6910 |
|
53 |
+
| 2.7715 | 2.62 | 500 | 2.6763 |
|
54 |
|
55 |
|
56 |
### Framework versions
|