File size: 530 Bytes
7cc174b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f3d5bd9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
language: en
license: apache-2.0
datasets:
- xsum
tags:
- summarization
---

Shared RoBERTa2RoBERTa Summarization with 🤗EncoderDecoder Framework
This model is a warm-started *RoBERTaShared* model fine-tuned on the *BBC XSum* summarization dataset.

The model achieves a **16.89** ROUGE-2 score on *BBC XSUM*'s test dataset.

For more details on how the model was fine-tuned, please refer to 
[this](https://colab.research.google.com/github/patrickvonplaten/notebooks/blob/master/RoBERTaShared_for_BBC_XSum.ipynb) notebook.