andyfriedrich-amd commited on
Commit
74f7a72
1 Parent(s): b379760

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -16,9 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 2.1615
20
- - Bleu: 0.125
21
- - Gen Len: 19.0
22
 
23
  ## Model description
24
 
@@ -47,10 +47,10 @@ The following hyperparameters were used during training:
47
 
48
  ### Training results
49
 
50
- | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
51
- |:-------------:|:-----:|:----:|:---------------:|:-----:|:-------:|
52
- | No log | 1.0 | 8 | 2.3190 | 0.13 | 19.0 |
53
- | No log | 2.0 | 16 | 2.1615 | 0.125 | 19.0 |
54
 
55
 
56
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 2.1397
20
+ - Bleu: 0.0954
21
+ - Gen Len: 18.9504
22
 
23
  ## Model description
24
 
 
47
 
48
  ### Training results
49
 
50
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
51
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|
52
+ | No log | 1.0 | 8 | 2.3000 | 0.0932 | 18.9504 |
53
+ | No log | 2.0 | 16 | 2.1397 | 0.0954 | 18.9504 |
54
 
55
 
56
  ### Framework versions