EdinburghNLP/xsum
Viewer • Updated • 227k • 21.4k • 152
How to use spacemanidol/flan-t5-small-2-2-xsum with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("spacemanidol/flan-t5-small-2-2-xsum")
model = AutoModelForSeq2SeqLM.from_pretrained("spacemanidol/flan-t5-small-2-2-xsum", device_map="auto")This model is a fine-tuned version of x/small-2-2/ on the xsum dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training: