gsl22 commited on
Commit
292d17f
1 Parent(s): ca54a3e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -14,6 +14,8 @@ should probably proofread and complete it, then remove this comment. -->
14
  # flan-t5-ellis
15
 
16
  This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on the None dataset.
 
 
17
 
18
  ## Model description
19
 
@@ -41,10 +43,17 @@ The following hyperparameters were used during training:
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
  - lr_scheduler_warmup_steps: 500
44
- - num_epochs: 1
45
 
46
  ### Training results
47
 
 
 
 
 
 
 
 
48
 
49
 
50
  ### Framework versions
 
14
  # flan-t5-ellis
15
 
16
  This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.8109
19
 
20
  ## Model description
21
 
 
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
  - lr_scheduler_warmup_steps: 500
46
+ - num_epochs: 50
47
 
48
  ### Training results
49
 
50
+ | Training Loss | Epoch | Step | Validation Loss |
51
+ |:-------------:|:-----:|:----:|:---------------:|
52
+ | 0.995 | 9.96 | 500 | 0.8963 |
53
+ | 0.7497 | 19.93 | 1000 | 0.7965 |
54
+ | 0.6163 | 29.89 | 1500 | 0.7912 |
55
+ | 0.5471 | 39.85 | 2000 | 0.8116 |
56
+ | 0.5249 | 49.81 | 2500 | 0.8109 |
57
 
58
 
59
  ### Framework versions