T5 Base โ BillSum Summarization
A T5 Base model fine-tuned for summarizing US Congressional bills using the BillSum dataset.
Video walkthrough: Summarizing legal documents with Hugging Face and Amazon SageMaker
Model Details
| Detail | Value |
|---|---|
| Base model | t5-base (220M parameters) |
| Task | Text summarization |
| Dataset | BillSum (US Congressional bills) |
| Framework | PyTorch |
Usage
from transformers import pipeline
summarizer = pipeline("summarization", model="juliensimon/t5-base-billsum")
summarizer("Summarize: " + bill_text, max_length=150)
Related
- juliensimon/flan-t5-large-billsum-qlora โ Flan-T5 Large version with QLoRA
- Downloads last month
- 25
Model tree for juliensimon/t5-base-billsum
Base model
google-t5/t5-base