Edit model card

Summarizer

THis model aims to summarize general texts. It is just for studying purposes.

Model Description

  • Developed by: [Nilton Seixas]
  • Language(s) (NLP): [English]
  • License: [More Information Needed]
  • Finetuned from model [optional]: [t5-small]

Model Sources [optional]

  • Repository: [niltonseixas/summarizer]
  • Paper [optional]: [More Information Needed]
  • Demo [optional]: [More Information Needed]

Example

from transformers import pipeline
summarizer = pipeline("summarization", model="my_awesome_billsum_model")
text = """summarize: The Inflation Reduction Act lowers prescription drug costs, health care costs, 
and energy costs. It's the most aggressive action on tackling the climate crisis in American history,
which will lift up American workers and create good-paying, union jobs across the country. 
It'll lower the deficit and ask the ultra-wealthy and corporations to pay their fair share. 
And no one making under $400,000 per year will pay a penny more in taxes."""
summarizer(text)
Downloads last month
0
Unable to determine this model’s pipeline type. Check the docs .