gshields commited on
Commit
b362fd3
1 Parent(s): 51d146e

End of training

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -17,9 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.7107
21
- - Bleu: 0.0019
22
- - Gen Len: 8.013
23
 
24
  ## Model description
25
 
@@ -48,10 +48,10 @@ The following hyperparameters were used during training:
48
 
49
  ### Training results
50
 
51
- | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
52
- |:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|
53
- | 1.0971 | 1.0 | 500 | 0.7718 | 0.0 | 7.9805 |
54
- | 0.8179 | 2.0 | 1000 | 0.7107 | 0.0019 | 8.013 |
55
 
56
 
57
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.3046
21
+ - Bleu: 47.8939
22
+ - Gen Len: 10.0348
23
 
24
  ## Model description
25
 
 
48
 
49
  ### Training results
50
 
51
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
52
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|
53
+ | 0.3989 | 1.0 | 5000 | 0.3276 | 45.6649 | 10.0403 |
54
+ | 0.34 | 2.0 | 10000 | 0.3046 | 47.8939 | 10.0348 |
55
 
56
 
57
  ### Framework versions