PatrickTyBrown
commited on
Commit
•
0e510be
1
Parent(s):
0912c52
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_DnD
|
13 |
|
14 |
-
This model is a fine-tuned version of [PatrickTyBrown/GPT-Neo_DnD](https://huggingface.co/PatrickTyBrown/GPT-Neo_DnD) on
|
15 |
|
16 |
## Model description
|
17 |
|
@@ -30,13 +30,13 @@ More information needed
|
|
30 |
### Training hyperparameters
|
31 |
|
32 |
The following hyperparameters were used during training:
|
33 |
-
- learning_rate:
|
34 |
- train_batch_size: 8
|
35 |
- eval_batch_size: 8
|
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_DnD
|
13 |
|
14 |
+
This model is a fine-tuned version of [PatrickTyBrown/GPT-Neo_DnD](https://huggingface.co/PatrickTyBrown/GPT-Neo_DnD) on the None dataset.
|
15 |
|
16 |
## Model description
|
17 |
|
|
|
30 |
### Training hyperparameters
|
31 |
|
32 |
The following hyperparameters were used during training:
|
33 |
+
- learning_rate: 1.5e-05
|
34 |
- train_batch_size: 8
|
35 |
- eval_batch_size: 8
|
36 |
- seed: 42
|
37 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
38 |
- lr_scheduler_type: linear
|
39 |
+
- num_epochs: 6
|
40 |
|
41 |
### Framework versions
|
42 |
|