milyiyo commited on
Commit
cbf1611
·
1 Parent(s): ca527f6

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
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.3094
18
 
19
  ## Model description
20
 
@@ -34,12 +34,12 @@ More information needed
34
 
35
  The following hyperparameters were used during training:
36
  - learning_rate: 2e-05
37
- - train_batch_size: 10
38
- - eval_batch_size: 10
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
- - num_epochs: 4
43
 
44
  ### Training results
45
 
@@ -48,7 +48,8 @@ The following hyperparameters were used during training:
48
  | 3.5247 | 1.0 | 4016 | 3.4165 |
49
  | 3.4245 | 2.0 | 8032 | 3.3498 |
50
  | 3.3625 | 3.0 | 12048 | 3.3182 |
51
- | 3.3231 | 4.0 | 16064 | 3.3094 |
 
52
 
53
 
54
  ### 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.2998
18
 
19
  ## Model description
20
 
 
34
 
35
  The following hyperparameters were used during training:
36
  - learning_rate: 2e-05
37
+ - train_batch_size: 12
38
+ - eval_batch_size: 12
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
+ - num_epochs: 6
43
 
44
  ### Training results
45
 
 
48
  | 3.5247 | 1.0 | 4016 | 3.4165 |
49
  | 3.4245 | 2.0 | 8032 | 3.3498 |
50
  | 3.3625 | 3.0 | 12048 | 3.3182 |
51
+ | 3.3216 | 5.0 | 16735 | 3.3069 |
52
+ | 3.3066 | 6.0 | 20082 | 3.2998 |
53
 
54
 
55
  ### Framework versions