FiscalNote/billsum
Viewer • Updated • 23.5k • 13.7k • 55
How to use rashmikamath01/summarizer-small-500 with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("rashmikamath01/summarizer-small-500")
model = AutoModelForSeq2SeqLM.from_pretrained("rashmikamath01/summarizer-small-500")This model is a fine-tuned version of t5-small on the 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 |
|---|---|---|---|---|---|---|---|---|
| No log | 1.0 | 50 | 2.7400 | 0.1519 | 0.0812 | 0.1298 | 0.1291 | 19.0 |
| No log | 2.0 | 100 | 2.5741 | 0.1498 | 0.0801 | 0.129 | 0.1289 | 19.0 |