FiscalNote/billsum
Viewer • Updated • 23.5k • 13.4k • 55
How to use bhadresh-savani/t5-small-finetuned-xsum with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("bhadresh-savani/t5-small-finetuned-xsum")
model = AutoModelForSeq2SeqLM.from_pretrained("bhadresh-savani/t5-small-finetuned-xsum", device_map="auto")This model is a fine-tuned version of t5-small on the billsum dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training: