jayvinay commited on
Commit
1f13551
1 Parent(s): 418bd42

End of training

Browse files
Files changed (1) hide show
  1. README.md +14 -7
README.md CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 5.6043
19
 
20
  ## Model description
21
 
@@ -35,20 +35,27 @@ More information needed
35
 
36
  The following hyperparameters were used during training:
37
  - learning_rate: 2e-05
38
- - train_batch_size: 16
39
- - eval_batch_size: 16
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
- - num_epochs: 3
44
 
45
  ### Training results
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
- | No log | 1.0 | 15 | 8.6839 |
50
- | No log | 2.0 | 30 | 6.3697 |
51
- | No log | 3.0 | 45 | 5.6043 |
 
 
 
 
 
 
 
52
 
53
 
54
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 0.5089
19
 
20
  ## Model description
21
 
 
35
 
36
  The following hyperparameters were used during training:
37
  - learning_rate: 2e-05
38
+ - train_batch_size: 8
39
+ - eval_batch_size: 8
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
+ - num_epochs: 10
44
 
45
  ### Training results
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
+ | No log | 1.0 | 29 | 5.5132 |
50
+ | No log | 2.0 | 58 | 1.4226 |
51
+ | No log | 3.0 | 87 | 0.8634 |
52
+ | No log | 4.0 | 116 | 0.6091 |
53
+ | No log | 5.0 | 145 | 0.5688 |
54
+ | No log | 6.0 | 174 | 0.5448 |
55
+ | No log | 7.0 | 203 | 0.5282 |
56
+ | No log | 8.0 | 232 | 0.5177 |
57
+ | No log | 9.0 | 261 | 0.5109 |
58
+ | No log | 10.0 | 290 | 0.5089 |
59
 
60
 
61
  ### Framework versions