luisvarona
commited on
Commit
•
bd8ebb9
1
Parent(s):
f45eac7
Training complete
Browse files- README.md +9 -6
- model.safetensors +1 -1
README.md
CHANGED
@@ -18,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 2.
|
22 |
-
- Bleu: 1.
|
23 |
-
- Gen Len: 18.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -45,14 +45,17 @@ The following hyperparameters were used during training:
|
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
-
- num_epochs:
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|
|
54 |
-
| No log | 1.0 | 125 | 2.
|
55 |
-
| No log | 2.0 | 250 | 2.
|
|
|
|
|
|
|
56 |
|
57 |
|
58 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 2.7513
|
22 |
+
- Bleu: 1.0427
|
23 |
+
- Gen Len: 18.97
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
+
- num_epochs: 5
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|
|
54 |
+
| No log | 1.0 | 125 | 2.8180 | 1.0995 | 18.944 |
|
55 |
+
| No log | 2.0 | 250 | 2.7862 | 1.0796 | 18.943 |
|
56 |
+
| No log | 3.0 | 375 | 2.7619 | 1.033 | 18.953 |
|
57 |
+
| 2.9818 | 4.0 | 500 | 2.7579 | 1.0515 | 18.961 |
|
58 |
+
| 2.9818 | 5.0 | 625 | 2.7513 | 1.0427 | 18.97 |
|
59 |
|
60 |
|
61 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 242041896
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6192e4c57bfa7a4bc63cf14a26e3cdfeb28d8f5395d9cb85170b05349450fc79
|
3 |
size 242041896
|