testytest commited on
Commit
0e9bc11
1 Parent(s): 08d06d7

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -17,12 +17,12 @@ 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.0011
21
- - Rouge1: 99.8667
22
- - Rouge2: 99.8
23
- - Rougel: 99.8667
24
- - Rougelsum: 99.8667
25
- - Gen Len: 12.778
26
 
27
  ## Model description
28
 
@@ -51,11 +51,11 @@ The following hyperparameters were used during training:
51
 
52
  ### Training results
53
 
54
- | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
55
- |:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:-------:|:---------:|:-------:|
56
- | 0.0034 | 1.0 | 2761 | 0.0013 | 99.8333 | 99.8 | 99.8333 | 99.8333 | 12.7787 |
57
- | 0.0029 | 2.0 | 5522 | 0.0011 | 99.8667 | 99.8 | 99.8667 | 99.8667 | 12.778 |
58
- | 0.0032 | 3.0 | 8283 | 0.0011 | 99.8667 | 99.8 | 99.8667 | 99.8667 | 12.778 |
59
 
60
 
61
  ### 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.0162
21
+ - Rouge1: 98.555
22
+ - Rouge2: 97.81
23
+ - Rougel: 98.5536
24
+ - Rougelsum: 98.557
25
+ - Gen Len: 9.851
26
 
27
  ## Model description
28
 
 
51
 
52
  ### Training results
53
 
54
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
55
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
56
+ | 0.0416 | 1.0 | 5986 | 0.0238 | 98.3612 | 97.6286 | 98.3553 | 98.3578 | 9.8923 |
57
+ | 0.0229 | 2.0 | 11972 | 0.0179 | 98.4752 | 97.7159 | 98.4754 | 98.4757 | 9.8488 |
58
+ | 0.0201 | 3.0 | 17958 | 0.0162 | 98.555 | 97.81 | 98.5536 | 98.557 | 9.851 |
59
 
60
 
61
  ### Framework versions