GuntherFrager
commited on
Commit
•
bac0164
1
Parent(s):
c6bfa53
End of training
Browse files- README.md +14 -6
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [DeepESP/gpt2-spanish](https://huggingface.co/DeepESP/gpt2-spanish) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 2.
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -40,16 +40,24 @@ The following hyperparameters were used during training:
|
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
-
- num_epochs:
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
-
| 2.
|
50 |
-
| 2.
|
51 |
-
| 2.
|
52 |
-
| 2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
|
54 |
|
55 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [DeepESP/gpt2-spanish](https://huggingface.co/DeepESP/gpt2-spanish) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 2.4635
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
+
- num_epochs: 12
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
+
| 2.625 | 1.0 | 177 | 2.5849 |
|
50 |
+
| 2.5334 | 2.0 | 354 | 2.5254 |
|
51 |
+
| 2.4463 | 3.0 | 531 | 2.4991 |
|
52 |
+
| 2.2868 | 4.0 | 708 | 2.4825 |
|
53 |
+
| 2.198 | 5.0 | 885 | 2.4753 |
|
54 |
+
| 2.1981 | 6.0 | 1062 | 2.4707 |
|
55 |
+
| 2.096 | 7.0 | 1239 | 2.4655 |
|
56 |
+
| 1.9984 | 8.0 | 1416 | 2.4642 |
|
57 |
+
| 1.9602 | 9.0 | 1593 | 2.4631 |
|
58 |
+
| 2.0752 | 10.0 | 1770 | 2.4636 |
|
59 |
+
| 2.0311 | 11.0 | 1947 | 2.4635 |
|
60 |
+
| 2.0731 | 12.0 | 2124 | 2.4635 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 497807197
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e38d214c865bdd857389af7c37012dd21dbab6f320c048dd98352b1daedcb614
|
3 |
size 497807197
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4027
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b19162f8a7d1707812bf17cc3aa48a96df92cfc178e1be67e8a49356516dd46
|
3 |
size 4027
|