EdinburghNLP/xsum
Viewer • Updated • 227k • 32k • 146
How to use SunshineYellow/t5-small-finetuned-sci_tldr with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("SunshineYellow/t5-small-finetuned-sci_tldr")
model = AutoModelForSeq2SeqLM.from_pretrained("SunshineYellow/t5-small-finetuned-sci_tldr")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: