debbiesoon commited on
Commit
cd69cea
·
1 Parent(s): 0a9dc00

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -13,6 +13,11 @@ should probably proofread and complete it, then remove this comment. -->
13
  # summarise
14
 
15
  This model is a fine-tuned version of [allenai/led-base-16384](https://huggingface.co/allenai/led-base-16384) on the None dataset.
 
 
 
 
 
16
 
17
  ## Model description
18
 
@@ -42,6 +47,12 @@ The following hyperparameters were used during training:
42
 
43
  ### Training results
44
 
 
 
 
 
 
 
45
 
46
 
47
  ### Framework versions
 
13
  # summarise
14
 
15
  This model is a fine-tuned version of [allenai/led-base-16384](https://huggingface.co/allenai/led-base-16384) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 1.0497
18
+ - Rouge2 Precision: 0.3109
19
+ - Rouge2 Recall: 0.406
20
+ - Rouge2 Fmeasure: 0.3375
21
 
22
  ## Model description
23
 
 
47
 
48
  ### Training results
49
 
50
+ | Training Loss | Epoch | Step | Validation Loss | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
51
+ |:-------------:|:-----:|:----:|:---------------:|:----------------:|:-------------:|:---------------:|
52
+ | 1.7163 | 0.22 | 10 | 1.2307 | 0.1428 | 0.5118 | 0.2089 |
53
+ | 1.632 | 0.44 | 20 | 1.1337 | 0.36 | 0.3393 | 0.3181 |
54
+ | 1.0916 | 0.67 | 30 | 1.0738 | 0.2693 | 0.3487 | 0.2731 |
55
+ | 1.573 | 0.89 | 40 | 1.0497 | 0.3109 | 0.406 | 0.3375 |
56
 
57
 
58
  ### Framework versions