patrickvonplaten commited on
Commit
cd8ed52
1 Parent(s): 14fa36f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -1 +1,20 @@
1
- Results on Pubmed Test Set (**Rouge-2**): Score(precision=0.19757176306577207, recall=0.20458103341226852, fmeasure=0.1933281525457241)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ datasets:
4
+ - scientific_papers
5
+
6
+ license: apache-2.0
7
+ ---
8
+
9
+ ## Introduction
10
+
11
+ [Allenai's Longformer Encoder-Decoder (LED)](https://github.com/allenai/longformer#longformer).
12
+
13
+ This is an unofficial *led-large-16384* checkpoint that is fine-tuned on the pubmed dataset.
14
+
15
+ The model was fine-tuned and evaluated as detailed in [this notebook](https://colab.research.google.com/drive/12LjJazBl7Gam0XBPy_y0CTOJZeZ34c2v?usp=sharing)
16
+
17
+ ## Results
18
+
19
+ The model achieves a **Rouge-2** score of 19.33 on Pubmed which is competitive to state-of-the-art models.
20
+