π§ T5 News Summarizer
A fine-tuned T5-small model trained on the CNN/DailyMail dataset for news summarization. This model converts long news articles into concise, readable summaries.
π Model Details
- Base model: t5-small
- Dataset: cnn_dailymail v3.0.0
- Task: Summarization
- Language: English
- Framework: PyTorch
π Usage
from transformers import pipeline
summarizer = pipeline("summarization", model="hmnshudhmn24/t5-news-summarizer")
text = "The economy has seen a major shift due to advances in artificial intelligence..."
print(summarizer(text))
π§© Example
| Input | Output |
|---|---|
| "AI is transforming industries across the world..." | "AI is changing how industries operate globally." |
βοΈ License
Licensed under the Apache 2.0 License.
π·οΈ Tags
t5 summarization nlp transformers cnn_dailymail
- Downloads last month
- 26
Model tree for hmnshudhmn24/t5-news-summarizer
Base model
google-t5/t5-small