santyzenith
commited on
Commit
•
27aa9b5
1
Parent(s):
0891453
End of training
Browse files
README.md
CHANGED
@@ -17,12 +17,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
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.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 1.
|
21 |
-
- Rouge1:
|
22 |
-
- Rouge2:
|
23 |
-
- Rougel:
|
24 |
-
- Rougelsum:
|
25 |
-
- Gen Len: 8.
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -42,20 +42,21 @@ More information needed
|
|
42 |
|
43 |
The following hyperparameters were used during training:
|
44 |
- learning_rate: 5e-05
|
45 |
-
- train_batch_size:
|
46 |
-
- eval_batch_size:
|
47 |
- seed: 42
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
-
- num_epochs:
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
|
56 |
-
| 2.
|
57 |
-
| 1.
|
58 |
-
| 1.
|
|
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
17 |
|
18 |
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.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.3716
|
21 |
+
- Rouge1: 44.6732
|
22 |
+
- Rouge2: 29.5427
|
23 |
+
- Rougel: 44.3407
|
24 |
+
- Rougelsum: 44.3626
|
25 |
+
- Gen Len: 8.2906
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
42 |
|
43 |
The following hyperparameters were used during training:
|
44 |
- learning_rate: 5e-05
|
45 |
+
- train_batch_size: 8
|
46 |
+
- eval_batch_size: 8
|
47 |
- seed: 42
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
+
- num_epochs: 4
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
|
56 |
+
| 2.1475 | 1.0 | 527 | 1.7342 | 37.3065 | 21.7821 | 36.9349 | 36.853 | 8.2799 |
|
57 |
+
| 1.6495 | 2.0 | 1054 | 1.5130 | 42.3167 | 26.6311 | 41.9494 | 41.8617 | 8.1496 |
|
58 |
+
| 1.445 | 3.0 | 1581 | 1.4049 | 43.5614 | 28.5147 | 43.2416 | 43.2528 | 8.2585 |
|
59 |
+
| 1.2756 | 4.0 | 2108 | 1.3716 | 44.6732 | 29.5427 | 44.3407 | 44.3626 | 8.2906 |
|
60 |
|
61 |
|
62 |
### Framework versions
|