EdinburghNLP/xsum
Viewer • Updated • 227k • 23.2k • 147
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")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
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("mohadrk/bart-xsum-summarization") model = AutoModelForSeq2SeqLM.from_pretrained("mohadrk/bart-xsum-summarization")