jackoyoungblood
commited on
Commit
•
30b2178
1
Parent(s):
8d55a5b
End of training
Browse files- README.md +6 -1
- model.safetensors +1 -1
README.md
CHANGED
@@ -14,6 +14,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
# TinyStoriesProject
|
15 |
|
16 |
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -40,12 +42,15 @@ The following hyperparameters were used during training:
|
|
40 |
- total_train_batch_size: 256
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: cosine
|
43 |
-
- lr_scheduler_warmup_steps:
|
44 |
- num_epochs: 1
|
45 |
- mixed_precision_training: Native AMP
|
46 |
|
47 |
### Training results
|
48 |
|
|
|
|
|
|
|
49 |
|
50 |
|
51 |
### Framework versions
|
|
|
14 |
# TinyStoriesProject
|
15 |
|
16 |
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 1.3478
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
42 |
- total_train_batch_size: 256
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: cosine
|
45 |
+
- lr_scheduler_warmup_steps: 1000
|
46 |
- num_epochs: 1
|
47 |
- mixed_precision_training: Native AMP
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
53 |
+
| 1.8529 | 0.63 | 5000 | 1.3478 |
|
54 |
|
55 |
|
56 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 497774208
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef5e525cf99a699b822983e9cd04aab27105007b6f6157dc38d3909c91780571
|
3 |
size 497774208
|