FiscalNote/billsum
Viewer • Updated • 23.5k • 12.3k • 55
How to use cwchang/summarization_model_billsum with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("cwchang/summarization_model_billsum")
model = AutoModelForSeq2SeqLM.from_pretrained("cwchang/summarization_model_billsum")This model is a fine-tuned version of google/mt5-small on the billsum dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
google/mt5-small
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("cwchang/summarization_model_billsum") model = AutoModelForSeq2SeqLM.from_pretrained("cwchang/summarization_model_billsum")