milyiyo commited on
Commit
04ffc4e
1 Parent(s): 81de8bd

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -8
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: 1.1260
18
 
19
  ## Model description
20
 
@@ -34,19 +34,23 @@ More information needed
34
 
35
  The following hyperparameters were used during training:
36
  - learning_rate: 2e-05
37
- - train_batch_size: 8
38
- - eval_batch_size: 8
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
- - num_epochs: 1
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
 
51
 
52
  ### 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: 1.0804
18
 
19
  ## Model description
20
 
 
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: 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