EdinburghNLP/xsum
Viewer • Updated • 227k • 32.8k • 145
How to use Ayham/distilbert_gpt2_summarization_xsum with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("Ayham/distilbert_gpt2_summarization_xsum")
model = AutoModelForSeq2SeqLM.from_pretrained("Ayham/distilbert_gpt2_summarization_xsum")This model is a fine-tuned version of on the xsum dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training: