FiscalNote/billsum
Viewer • Updated • 23.5k • 8.72k • 55
How to use getallineedeasily/billsum-model-z with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("getallineedeasily/billsum-model-z")
model = AutoModelForSeq2SeqLM.from_pretrained("getallineedeasily/billsum-model-z", device_map="auto")This model is a fine-tuned version of google-t5/t5-base on an FiscalNote/billsum 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:
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|---|---|---|---|---|---|---|---|---|
| 2.2403 | 1.0 | 4738 | 2.0142 | 0.470 | 0.2680 | 0.3586 | 0.3585 | 130.1138 |
| 2.1743 | 2.0 | 9476 | 1.9649 | 0.473 | 0.2725 | 0.3613 | 0.3612 | 129.5922 |
Base model
google-t5/t5-base