jainr3 commited on
Commit
de1cffe
1 Parent(s): c030dda

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -13,6 +13,11 @@ should probably proofread and complete it, then remove this comment. -->
13
  # led-finetuned-meetings
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,13 @@ The following hyperparameters were used during training:
42
  - num_epochs: 1
43
  - mixed_precision_training: Native AMP
44
 
 
 
 
 
 
 
 
45
  ### Framework versions
46
 
47
  - Transformers 4.28.1
 
13
  # led-finetuned-meetings
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: 2.2191
18
+ - Rouge2 Precision: 0.141
19
+ - Rouge2 Recall: 0.1886
20
+ - Rouge2 Fmeasure: 0.1541
21
 
22
  ## Model description
23
 
 
47
  - num_epochs: 1
48
  - mixed_precision_training: Native AMP
49
 
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
53
+ |:-------------:|:-----:|:----:|:---------------:|:----------------:|:-------------:|:---------------:|
54
+ | 1.964 | 0.63 | 20 | 2.2191 | 0.141 | 0.1886 | 0.1541 |
55
+
56
+
57
  ### Framework versions
58
 
59
  - Transformers 4.28.1