milyiyo commited on
Commit
9a42a20
·
1 Parent(s): 4c091d5

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -6
README.md CHANGED
@@ -14,12 +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
- - eval_loss: 3.8977
18
- - eval_runtime: 47.5038
19
- - eval_samples_per_second: 94.308
20
- - eval_steps_per_second: 23.577
21
- - epoch: 1.45
22
- - step: 14617
23
 
24
  ## Model description
25
 
@@ -46,6 +41,17 @@ The following hyperparameters were used during training:
46
  - lr_scheduler_type: linear
47
  - num_epochs: 2
48
 
 
 
 
 
 
 
 
 
 
 
 
49
  ### Framework versions
50
 
51
  - Transformers 4.17.0
 
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.8842
 
 
 
 
 
18
 
19
  ## Model description
20
 
 
41
  - lr_scheduler_type: linear
42
  - num_epochs: 2
43
 
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:-----:|:---------------:|
48
+ | 4.1437 | 0.15 | 3000 | 4.0662 |
49
+ | 4.0405 | 0.6 | 6000 | 3.9726 |
50
+ | 4.0071 | 0.89 | 9000 | 3.9368 |
51
+ | 3.9275 | 1.19 | 12000 | 3.9128 |
52
+ | 3.9232 | 2.0 | 20162 | 3.8842 |
53
+
54
+
55
  ### Framework versions
56
 
57
  - Transformers 4.17.0