santhoshkolloju/Abstractive-Summarization-With-Transfer-Learning
Abstractive summarisation using Bert as encoder and Transformer Decoder
This helps researchers and content creators distill long articles or documents into concise summaries. You provide the original text, and it generates a shorter, coherent version that captures the main ideas. It's designed for anyone who needs to quickly grasp the essence of lengthy content or generate quick overviews for publications.
412 stars. No commits in the last 6 months.
Use this if you need to automatically create grammatically correct and coherent summaries from longer texts, especially for academic papers, news articles, or reports.
Not ideal if you need highly nuanced, human-quality summarization for creative writing or legal documents where every word choice is critical.
Stars
412
Forks
98
Language
Python
License
—
Category
Last pushed
May 30, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/santhoshkolloju/Abstractive-Summarization-With-Transfer-Learning"
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