00200200/t5-text-summarization-cnn-dailymail
Simple text summarizer using T5-small model, trained on CNN/DailyMail and XSum datasets.
This tool helps you quickly condense long articles or documents into shorter summaries. You input the original text, and it outputs either a detailed summary capturing key points or a very concise, single-sentence overview, depending on your needs. It's ideal for anyone who regularly needs to grasp the essence of lengthy content without reading every word, such as researchers, journalists, or content creators.
Use this if you need to quickly extract the main ideas from news articles, reports, or other long-form text.
Not ideal if you require highly nuanced analysis or creative rewriting of text, as it focuses on extractive summarization.
Stars
2
Forks
—
Language
Python
License
—
Category
Last pushed
Nov 08, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/00200200/t5-text-summarization-cnn-dailymail"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
kenlimmj/rouge
A Javascript implementation of the Recall-Oriented Understudy for Gisting Evaluation (ROUGE)...
uoneway/KoBertSum
KoBertSum은 BertSum모델을 한국어 데이터에 적용할 수 있도록 수정한 한국어 요약 모델입니다.
udibr/headlines
Automatically generate headlines to short articles
bheinzerling/pyrouge
A Python wrapper for the ROUGE summarization evaluation package
xiongma/transformer-pointer-generator
A Abstractive Summarization Implementation with Transformer and Pointer-generator