milyiyo commited on
Commit
50c64bd
1 Parent(s): fc7592e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -14
README.md CHANGED
@@ -14,7 +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
- - Loss: 1.0804
 
 
 
 
 
18
 
19
  ## Model description
20
 
@@ -39,19 +44,7 @@ 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: 3
43
-
44
- ### Training results
45
-
46
- | Training Loss | Epoch | Step | Validation Loss |
47
- |:-------------:|:-----:|:-----:|:---------------:|
48
- | 0.8574 | 0.37 | 2000 | 1.1683 |
49
- | 0.7908 | 0.73 | 4000 | 1.1285 |
50
- | 0.7447 | 1.37 | 6000 | 1.1043 |
51
- | 0.7224 | 1.83 | 8000 | 1.0900 |
52
- | 0.6863 | 2.29 | 10000 | 1.0811 |
53
- | 0.6765 | 2.75 | 12000 | 1.0851 |
54
-
55
 
56
  ### Framework versions
57
 
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
  - 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