PatrickTyBrown
commited on
Commit
·
fb99964
1
Parent(s):
4f1652a
update model card README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
11 |
|
12 |
# GPT-Neo_StoryGeneration
|
13 |
|
14 |
-
This model
|
15 |
|
16 |
## Model description
|
17 |
|
@@ -36,7 +36,7 @@ The following hyperparameters were used during training:
|
|
36 |
- seed: 42
|
37 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
38 |
- lr_scheduler_type: linear
|
39 |
-
- num_epochs:
|
40 |
|
41 |
### Framework versions
|
42 |
|
|
|
11 |
|
12 |
# GPT-Neo_StoryGeneration
|
13 |
|
14 |
+
This model is a fine-tuned version of [PatrickTyBrown/GPT-Neo_StoryGeneration](https://huggingface.co/PatrickTyBrown/GPT-Neo_StoryGeneration) on the None dataset.
|
15 |
|
16 |
## Model description
|
17 |
|
|
|
36 |
- seed: 42
|
37 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
38 |
- lr_scheduler_type: linear
|
39 |
+
- num_epochs: 1
|
40 |
|
41 |
### Framework versions
|
42 |
|