EdinburghNLP/xsum
Viewer • Updated • 227k • 26.5k • 147
How to use ckandrew04/bart-large-cnn-xsum with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("ckandrew04/bart-large-cnn-xsum")
model = AutoModelForSeq2SeqLM.from_pretrained("ckandrew04/bart-large-cnn-xsum")This model is a fine-tuned version of facebook/bart-large-cnn on the xsum dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.9458 | 0.3921 | 500 | 1.8663 |
| 1.7833 | 0.7842 | 1000 | 1.9308 |
| 1.3364 | 1.1762 | 1500 | 1.9378 |
| 1.3562 | 1.5683 | 2000 | 1.9538 |
| 1.3173 | 1.9604 | 2500 | 1.8672 |
| 0.9227 | 2.3525 | 3000 | 2.0590 |
| 0.8619 | 2.7446 | 3500 | 2.0314 |
Base model
facebook/bart-large-cnn