Sajesh commited on
Commit
c19633e
1 Parent(s): 9142787

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -16,12 +16,12 @@ 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: 3.6117
20
- - Rouge1: 0.2131
21
- - Rouge2: 0.0981
22
- - Rougel: 0.1763
23
- - Rougelsum: 0.1737
24
- - Gen Len: 18.95
25
 
26
  ## Model description
27
 
@@ -51,12 +51,12 @@ 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
- | No log | 1.0 | 5 | 3.7385 | 0.2228 | 0.1074 | 0.187 | 0.1833 | 18.95 |
57
- | No log | 2.0 | 10 | 3.6693 | 0.2172 | 0.0977 | 0.1805 | 0.1771 | 18.95 |
58
- | No log | 3.0 | 15 | 3.6294 | 0.2179 | 0.0981 | 0.1809 | 0.1775 | 18.95 |
59
- | No log | 4.0 | 20 | 3.6117 | 0.2131 | 0.0981 | 0.1763 | 0.1737 | 18.95 |
60
 
61
 
62
  ### 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.1099
20
+ - Rouge1: 0.398
21
+ - Rouge2: 0.2035
22
+ - Rougel: 0.3373
23
+ - Rougelsum: 0.3373
24
+ - Gen Len: 17.8606
25
 
26
  ## Model description
27
 
 
51
 
52
  ### Training results
53
 
54
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
55
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
56
+ | 2.4288 | 1.0 | 2500 | 2.1944 | 0.3895 | 0.1972 | 0.3304 | 0.3303 | 17.8459 |
57
+ | 2.3376 | 2.0 | 5000 | 2.1381 | 0.3948 | 0.2012 | 0.3347 | 0.3347 | 17.8277 |
58
+ | 2.2978 | 3.0 | 7500 | 2.1155 | 0.3972 | 0.2027 | 0.3365 | 0.3366 | 17.8694 |
59
+ | 2.3072 | 4.0 | 10000 | 2.1099 | 0.398 | 0.2035 | 0.3373 | 0.3373 | 17.8606 |
60
 
61
 
62
  ### Framework versions