milyiyo commited on
Commit
96b0c6f
1 Parent(s): 6ceca7b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -14,12 +14,12 @@ 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
- - eval_loss: 1.1307
18
- - eval_runtime: 11.172
19
- - eval_samples_per_second: 162.37
20
- - eval_steps_per_second: 16.291
21
- - epoch: 0.51
22
- - step: 14380
23
 
24
  ## Model description
25
 
@@ -44,11 +44,11 @@ The following hyperparameters were used during training:
44
  - seed: 42
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
- - num_epochs: 1
48
 
49
  ### Framework versions
50
 
51
- - Transformers 4.18.0
52
- - Pytorch 1.11.0+cu113
53
- - Datasets 2.1.0
54
- - Tokenizers 0.12.1
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
+ - eval_loss: 1.1079
18
+ - eval_runtime: 4.9573
19
+ - eval_samples_per_second: 365.924
20
+ - eval_steps_per_second: 36.713
21
+ - epoch: 0.83
22
+ - step: 43141
23
 
24
  ## Model description
25
 
44
  - seed: 42
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
+ - num_epochs: 4
48
 
49
  ### Framework versions
50
 
51
+ - Transformers 4.24.0
52
+ - Pytorch 1.12.1+cu113
53
+ - Datasets 2.7.0
54
+ - Tokenizers 0.13.2