milyiyo commited on
Commit
b8840b1
·
1 Parent(s): 7f9ae13

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -3
README.md CHANGED
@@ -13,6 +13,8 @@ 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
 
17
  ## Model description
18
 
@@ -32,12 +34,22 @@ More information needed
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
 
 
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.8390
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: 4
43
+
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:-----:|:---------------:|
48
+ | 4.0118 | 1.0 | 4016 | 3.9327 |
49
+ | 3.9214 | 2.0 | 8032 | 3.8762 |
50
+ | 3.8703 | 3.0 | 12048 | 3.8470 |
51
+ | 3.8406 | 4.0 | 16064 | 3.8390 |
52
+
53
 
54
  ### Framework versions
55