clui commited on
Commit
f8aec36
1 Parent(s): b9d259f

End of training

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -18,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [google-t5/t5-small](https://huggingface.co/google-t5/t5-small) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 2.4925
22
- - Bleu: 0.0001
23
- - Gen Len: 3.3558
24
 
25
  ## Model description
26
 
@@ -52,10 +52,10 @@ The following hyperparameters were used during training:
52
 
53
  ### Training results
54
 
55
- | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
56
- |:-------------:|:-----:|:-----:|:---------------:|:------:|:-------:|
57
- | 2.8308 | 1.0 | 5646 | 2.5575 | 0.0 | 3.0834 |
58
- | 2.7385 | 2.0 | 11292 | 2.4925 | 0.0001 | 3.3558 |
59
 
60
 
61
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [google-t5/t5-small](https://huggingface.co/google-t5/t5-small) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 2.5517
22
+ - Bleu: 0.0
23
+ - Gen Len: 3.0273
24
 
25
  ## Model description
26
 
 
52
 
53
  ### Training results
54
 
55
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
56
+ |:-------------:|:-----:|:-----:|:---------------:|:----:|:-------:|
57
+ | 2.9032 | 1.0 | 5646 | 2.6299 | 0.0 | 2.7949 |
58
+ | 2.8034 | 2.0 | 11292 | 2.5517 | 0.0 | 3.0273 |
59
 
60
 
61
  ### Framework versions