nacielo commited on
Commit
192bd21
1 Parent(s): 299f264

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -18
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 [](https://huggingface.co/) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 2.7855
20
- - Rouge1: 20.7363
21
- - Rouge2: 3.2333
22
- - Rougel: 16.3746
23
- - Rougelsum: 16.4147
24
- - Gen Len: 59.07
25
 
26
  ## Model description
27
 
@@ -50,18 +50,18 @@ The following hyperparameters were used during training:
50
 
51
  ### Training results
52
 
53
- | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
54
- |:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:-------:|:---------:|:-------:|
55
- | 3.3305 | 1.0 | 959 | 3.3111 | 22.9356 | 3.2508 | 17.366 | 17.4075 | 57.61 |
56
- | 2.9292 | 2.0 | 1918 | 3.1469 | 20.9236 | 3.1184 | 16.3203 | 16.3454 | 55.43 |
57
- | 2.7957 | 3.0 | 2877 | 3.0347 | 21.339 | 3.6129 | 16.8758 | 16.8954 | 60.23 |
58
- | 2.7126 | 4.0 | 3836 | 2.9680 | 21.4247 | 3.6279 | 16.5494 | 16.5481 | 59.34 |
59
- | 2.6505 | 5.0 | 4795 | 2.9066 | 21.3352 | 3.0876 | 16.723 | 16.7403 | 58.91 |
60
- | 2.6375 | 6.0 | 5754 | 2.8660 | 21.6979 | 3.2778 | 17.0033 | 17.0018 | 59.94 |
61
- | 2.5865 | 7.0 | 6713 | 2.8287 | 20.2156 | 3.2757 | 16.0352 | 16.0346 | 56.15 |
62
- | 2.5824 | 8.0 | 7672 | 2.8060 | 22.5532 | 3.5368 | 17.4646 | 17.4785 | 60.47 |
63
- | 2.5851 | 9.0 | 8631 | 2.7895 | 20.7575 | 3.0594 | 16.2891 | 16.3196 | 59.13 |
64
- | 2.6084 | 10.0 | 9590 | 2.7855 | 20.7363 | 3.2333 | 16.3746 | 16.4147 | 59.07 |
65
 
66
 
67
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 1.4721
20
+ - Rouge1: 26.5915
21
+ - Rouge2: 7.5185
22
+ - Rougel: 18.8807
23
+ - Rougelsum: 18.8279
24
+ - Gen Len: 56.16
25
 
26
  ## Model description
27
 
 
50
 
51
  ### Training results
52
 
53
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
54
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|:------:|:-------:|:---------:|:-------:|
55
+ | 1.9005 | 1.0 | 1361 | 1.6875 | 27.9936 | 8.03 | 19.6327 | 19.583 | 52.7 |
56
+ | 1.7493 | 2.0 | 2722 | 1.6272 | 26.1413 | 7.7635 | 18.9764 | 18.8667 | 53.6 |
57
+ | 1.7037 | 3.0 | 4083 | 1.5873 | 27.1884 | 7.3279 | 19.607 | 19.6344 | 56.55 |
58
+ | 1.6621 | 4.0 | 5444 | 1.5505 | 31.0103 | 8.788 | 22.4097 | 22.3902 | 60.45 |
59
+ | 1.6824 | 5.0 | 6805 | 1.5272 | 26.0334 | 7.709 | 18.5954 | 18.5607 | 54.87 |
60
+ | 1.6451 | 6.0 | 8166 | 1.5073 | 30.49 | 7.7309 | 21.4853 | 21.537 | 65.1 |
61
+ | 1.6502 | 7.0 | 9527 | 1.4947 | 30.1318 | 8.4307 | 21.6758 | 21.7107 | 61.48 |
62
+ | 1.6588 | 8.0 | 10888 | 1.4809 | 27.3167 | 7.7378 | 19.4021 | 19.3359 | 57.38 |
63
+ | 1.6896 | 9.0 | 12249 | 1.4737 | 26.7199 | 7.5034 | 18.9846 | 18.9279 | 55.96 |
64
+ | 1.7313 | 10.0 | 13610 | 1.4721 | 26.5915 | 7.5185 | 18.8807 | 18.8279 | 56.16 |
65
 
66
 
67
  ### Framework versions