milyiyo commited on
Commit
4405400
1 Parent(s): 4043071

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -13
README.md CHANGED
@@ -13,8 +13,6 @@ should probably proofread and complete it, then remove this comment. -->
13
  # poem-gen-spanish-t5-small
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.8599
18
 
19
  ## Model description
20
 
@@ -34,20 +32,12 @@ More information needed
34
 
35
  The following hyperparameters were used during training:
36
  - learning_rate: 2e-05
37
- - train_batch_size: 5
38
- - eval_batch_size: 5
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
- | 3.9931 | 1.0 | 10039 | 3.9115 |
49
- | 3.8713 | 3.0 | 24093 | 3.8599 |
50
-
51
 
52
  ### Framework versions
53
 
 
13
  # poem-gen-spanish-t5-small
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
 
17
  ## Model description
18
 
 
32
 
33
  The following hyperparameters were used during training:
34
  - learning_rate: 2e-05
35
+ - train_batch_size: 8
36
+ - eval_batch_size: 8
37
  - seed: 42
38
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
39
  - lr_scheduler_type: linear
40
+ - num_epochs: 5
 
 
 
 
 
 
 
 
41
 
42
  ### Framework versions
43