Mandalor09
commited on
Commit
•
813e41b
1
Parent(s):
41941fa
Mandalor09/PickupLinesGenerator
Browse files- README.md +6 -5
- model.safetensors +1 -1
- training_args.bin +1 -1
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 [EleutherAI/gpt-neo-125m](https://huggingface.co/EleutherAI/gpt-neo-125m) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss:
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -41,15 +41,16 @@ The following hyperparameters were used during training:
|
|
41 |
- seed: 42
|
42 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
43 |
- lr_scheduler_type: linear
|
44 |
-
- num_epochs:
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:-----:|:---------------:|
|
50 |
-
|
|
51 |
-
| 2.
|
52 |
-
| 2.
|
|
|
53 |
|
54 |
|
55 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [EleutherAI/gpt-neo-125m](https://huggingface.co/EleutherAI/gpt-neo-125m) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 1.5085
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
41 |
- seed: 42
|
42 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
43 |
- lr_scheduler_type: linear
|
44 |
+
- num_epochs: 4
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:-----:|:---------------:|
|
50 |
+
| 2.7252 | 1.0 | 8233 | 2.3500 |
|
51 |
+
| 2.3376 | 2.0 | 16466 | 1.9826 |
|
52 |
+
| 2.0286 | 3.0 | 24699 | 1.6798 |
|
53 |
+
| 1.6443 | 4.0 | 32932 | 1.5085 |
|
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 500811336
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f71109ffcb175e65ee44ab2ed1f1b6f5bbe8bbad153e20fb45e0f2312fe899c3
|
3 |
size 500811336
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0154eb8d762a337837a4dd7e9a38c25d79fd72f430e98221bd6b31802d026e8
|
3 |
size 5304
|