EdinburghNLP/xsum
Viewer • Updated • 227k • 21.6k • 150
How to use mohadrk/bart-xsum-summarization with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("mohadrk/bart-xsum-summarization")
model = AutoModelForSeq2SeqLM.from_pretrained("mohadrk/bart-xsum-summarization", device_map="auto")This model is a fine-tuned version of facebook/mbart-large-50 on the xsum dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
facebook/mbart-large-50