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