FiscalNote/billsum
Viewer • Updated • 23.5k • 16.3k • 54
How to use TusharsinghBaghel/software_lab_billsum_model with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("TusharsinghBaghel/software_lab_billsum_model")
model = AutoModelForSeq2SeqLM.from_pretrained("TusharsinghBaghel/software_lab_billsum_model")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 | 62 | 2.8088 | 0.1242 | 0.034 | 0.1027 | 0.1028 | 19.0 |
| No log | 2.0 | 124 | 2.6031 | 0.1335 | 0.0437 | 0.1112 | 0.1113 | 19.0 |
| No log | 3.0 | 186 | 2.5356 | 0.1394 | 0.0487 | 0.115 | 0.1149 | 19.0 |
| No log | 4.0 | 248 | 2.5173 | 0.1422 | 0.0516 | 0.1174 | 0.1175 | 19.0 |
Base model
google-t5/t5-small