Added link to live demo
Browse files
README.md
CHANGED
@@ -17,4 +17,6 @@ widget:
|
|
17 |
Generates titles for computer science papers given an abstract.
|
18 |
|
19 |
The model is a BERT2BERT Encoder-Decoder using the official `bert-base-uncased` checkpoint as initialization for the encoder and decoder.
|
20 |
-
It was fine-tuned on 318,500 computer science papers posted on arXiv.org between 2007 and 2020 and achieved a 26.3% Rouge2 F1-Score on held-out validation data.
|
|
|
|
|
|
17 |
Generates titles for computer science papers given an abstract.
|
18 |
|
19 |
The model is a BERT2BERT Encoder-Decoder using the official `bert-base-uncased` checkpoint as initialization for the encoder and decoder.
|
20 |
+
It was fine-tuned on 318,500 computer science papers posted on arXiv.org between 2007 and 2020 and achieved a 26.3% Rouge2 F1-Score on held-out validation data.
|
21 |
+
|
22 |
+
**Live Demo:** [https://paper-titles.ey.r.appspot.com/](https://paper-titles.ey.r.appspot.com/)
|