Text Summarizer

Model description

This model generates abstractive summaries for news articles. It is based on the BART architecture and fine-tuned on the CNN/DailyMail dataset.

How to use

from transformers import pipeline

summarizer = pipeline("summarization", model="TianfuXinqu/fetch-huggingface-9010-summarizer")
summary = summarizer("Long article text goes here...")
print(summary)
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Collection including TianfuXinqu/fetch-huggingface-9010-summarizer