ShooterRon commited on
Commit
cd8db25
1 Parent(s): 4185eed

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -11
README.md CHANGED
@@ -1,6 +1,8 @@
1
  ---
2
  tags:
3
  - generated_from_trainer
 
 
4
  model-index:
5
  - name: pegasus-xsum_summarization
6
  results: []
@@ -13,7 +15,11 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  This model is a fine-tuned version of [google/pegasus-xsum](https://huggingface.co/google/pegasus-xsum) on an unknown dataset.
15
  It achieves the following results on the evaluation set:
16
- - Loss: 1.9498
 
 
 
 
17
 
18
  ## Model description
19
 
@@ -42,16 +48,16 @@ The following hyperparameters were used during training:
42
 
43
  ### Training results
44
 
45
- | Training Loss | Epoch | Step | Validation Loss |
46
- |:-------------:|:-----:|:----:|:---------------:|
47
- | 3.4508 | 1.0 | 50 | 2.5701 |
48
- | 2.655 | 2.0 | 100 | 2.2977 |
49
- | 2.3635 | 3.0 | 150 | 2.1554 |
50
- | 2.0941 | 4.0 | 200 | 2.0545 |
51
- | 2.0085 | 5.0 | 250 | 2.0147 |
52
- | 1.8447 | 6.0 | 300 | 1.9754 |
53
- | 1.7749 | 7.0 | 350 | 1.9592 |
54
- | 1.7061 | 8.0 | 400 | 1.9498 |
55
 
56
 
57
  ### Framework versions
 
1
  ---
2
  tags:
3
  - generated_from_trainer
4
+ metrics:
5
+ - rouge
6
  model-index:
7
  - name: pegasus-xsum_summarization
8
  results: []
 
15
 
16
  This model is a fine-tuned version of [google/pegasus-xsum](https://huggingface.co/google/pegasus-xsum) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 1.7876
19
+ - Rouge1: 25.7148
20
+ - Rouge2: 10.9685
21
+ - Rougel: 21.6394
22
+ - Rougelsum: 22.3122
23
 
24
  ## Model description
25
 
 
48
 
49
  ### Training results
50
 
51
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
52
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|
53
+ | 1.633 | 1.0 | 50 | 1.8839 | 24.9703 | 9.6517 | 19.9759 | 21.088 |
54
+ | 1.3917 | 2.0 | 100 | 1.8565 | 24.4395 | 9.1755 | 19.5702 | 20.5489 |
55
+ | 1.2576 | 3.0 | 150 | 1.8361 | 24.8266 | 10.2009 | 20.074 | 21.382 |
56
+ | 1.1191 | 4.0 | 200 | 1.8226 | 25.9635 | 11.7704 | 21.7787 | 22.365 |
57
+ | 1.1138 | 5.0 | 250 | 1.8239 | 26.7874 | 12.2832 | 22.7792 | 23.4501 |
58
+ | 1.0338 | 6.0 | 300 | 1.8094 | 26.3543 | 12.0501 | 22.3172 | 23.1194 |
59
+ | 1.0084 | 7.0 | 350 | 1.7923 | 25.5686 | 11.0213 | 21.5288 | 21.8892 |
60
+ | 1.0098 | 8.0 | 400 | 1.7876 | 25.7148 | 10.9685 | 21.6394 | 22.3122 |
61
 
62
 
63
  ### Framework versions