FiscalNote/billsum
Viewer • Updated • 23.5k • 8.76k • 55
How to use alaahussein/flan-t5-base-billsum_model with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("alaahussein/flan-t5-base-billsum_model")
model = AutoModelForSeq2SeqLM.from_pretrained("alaahussein/flan-t5-base-billsum_model", device_map="auto")This model is a fine-tuned version of google/flan-t5-base 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 | Bleu |
|---|---|---|---|---|---|---|---|---|---|
| No log | 1.0 | 296 | nan | 0.2154 | 0.1259 | 0.1843 | 0.1843 | 17.3735 | 0.0011 |
| 0.0 | 2.0 | 592 | nan | 0.2154 | 0.1259 | 0.1843 | 0.1843 | 17.3735 | 0.0011 |
| 0.0 | 3.0 | 888 | nan | 0.2154 | 0.1259 | 0.1843 | 0.1843 | 17.3735 | 0.0011 |