https://github.com/runtime-error786/abstractive-text-summarizer
https://github.com/runtime-error786/abstractive-text-summarizer
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/runtime-error786/abstractive-text-summarizer
- Owner: runtime-error786
- Created: 2025-01-09T20:42:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-10T20:35:46.000Z (about 1 year ago)
- Last Synced: 2025-01-29T02:48:36.811Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Abstractive-text-summarizer
This project implements an Abstractive Text Summarization model using the PEGASUS transformer architecture. The model is trained on the Samsum dataset to generate concise and coherent summaries from long text inputs. The summarization pipeline is designed to efficiently process and summarize text data, leveraging state-of-the-art NLP techniques.