FiscalNote/billsum
Viewer • Updated • 23.5k • 16.3k • 54
How to use oSabre/my_awesome_billsum_model with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("oSabre/my_awesome_billsum_model")
model = AutoModelForSeq2SeqLM.from_pretrained("oSabre/my_awesome_billsum_model")This model is a fine-tuned version of facebook/bart-base on the billsum dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|---|---|---|---|---|---|---|---|---|
| No log | 1.0 | 198 | 2.1074 | 0.1778 | 0.0942 | 0.1565 | 0.1607 | 20.0 |
Base model
facebook/bart-base