update model card README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [flax-community/spanish-t5-small](https://huggingface.co/flax-community/spanish-t5-small) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Loss: 3.
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -39,24 +39,27 @@ The following hyperparameters were used during training:
|
|
39 |
- seed: 42
|
40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
- lr_scheduler_type: linear
|
42 |
-
- num_epochs:
|
43 |
|
44 |
### Training results
|
45 |
|
46 |
| Training Loss | Epoch | Step | Validation Loss |
|
47 |
|:-------------:|:-----:|:-----:|:---------------:|
|
48 |
-
| 3.
|
49 |
-
| 3.
|
50 |
-
| 3.
|
51 |
-
| 3.
|
52 |
-
| 3.
|
53 |
-
| 3.
|
54 |
-
| 3.
|
55 |
-
| 3.
|
56 |
-
| 3.
|
57 |
-
| 3.
|
58 |
-
| 3.
|
59 |
-
| 3.
|
|
|
|
|
|
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [flax-community/spanish-t5-small](https://huggingface.co/flax-community/spanish-t5-small) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 3.1909
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
39 |
- seed: 42
|
40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
- lr_scheduler_type: linear
|
42 |
+
- num_epochs: 15
|
43 |
|
44 |
### Training results
|
45 |
|
46 |
| Training Loss | Epoch | Step | Validation Loss |
|
47 |
|:-------------:|:-----:|:-----:|:---------------:|
|
48 |
+
| 3.5448 | 1.0 | 3347 | 3.4082 |
|
49 |
+
| 3.4232 | 2.0 | 6694 | 3.3411 |
|
50 |
+
| 3.3338 | 3.0 | 10041 | 3.2953 |
|
51 |
+
| 3.2769 | 4.0 | 13388 | 3.2608 |
|
52 |
+
| 3.2347 | 5.0 | 16735 | 3.2417 |
|
53 |
+
| 3.1921 | 6.0 | 20082 | 3.2319 |
|
54 |
+
| 3.1512 | 7.0 | 23429 | 3.2162 |
|
55 |
+
| 3.1188 | 8.0 | 26776 | 3.2117 |
|
56 |
+
| 3.1045 | 9.0 | 30123 | 3.2022 |
|
57 |
+
| 3.0718 | 10.0 | 33470 | 3.1961 |
|
58 |
+
| 3.0644 | 11.0 | 36817 | 3.1928 |
|
59 |
+
| 3.0403 | 12.0 | 40164 | 3.1922 |
|
60 |
+
| 3.0332 | 13.0 | 43511 | 3.1915 |
|
61 |
+
| 3.0225 | 14.0 | 46858 | 3.1899 |
|
62 |
+
| 3.0066 | 15.0 | 50205 | 3.1909 |
|
63 |
|
64 |
|
65 |
### Framework versions
|