santyzenith commited on
Commit
27aa9b5
1 Parent(s): 0891453

End of training

Browse files
Files changed (1) hide show
  1. README.md +13 -12
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.7310
21
- - Rouge1: 37.4282
22
- - Rouge2: 22.3689
23
- - Rougel: 36.6759
24
- - Rougelsum: 36.6221
25
- - Gen Len: 8.2137
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: 16
46
- - eval_batch_size: 16
47
  - seed: 42
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
50
- - num_epochs: 3
51
 
52
  ### Training results
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
55
  |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
56
- | 2.6393 | 1.0 | 264 | 1.9960 | 32.7681 | 17.2065 | 31.9063 | 31.833 | 8.3718 |
57
- | 1.9631 | 2.0 | 528 | 1.7823 | 38.1058 | 22.883 | 37.2227 | 37.1823 | 8.0598 |
58
- | 1.7671 | 3.0 | 792 | 1.7310 | 37.4282 | 22.3689 | 36.6759 | 36.6221 | 8.2137 |
 
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