Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enumera8or/summarization-with-pegasus
This repository contains an implementation of the PEGASUS (Pre-training with Extracted Gap-sentences for Abstractive Summarization) model, a state-of-the-art text summarization model developed by Google AI.
https://github.com/enumera8or/summarization-with-pegasus
Last synced: about 1 month ago
JSON representation
This repository contains an implementation of the PEGASUS (Pre-training with Extracted Gap-sentences for Abstractive Summarization) model, a state-of-the-art text summarization model developed by Google AI.
- Host: GitHub
- URL: https://github.com/enumera8or/summarization-with-pegasus
- Owner: ENUMERA8OR
- Created: 2024-06-17T23:31:16.000Z (7 months ago)
- Default Branch: main2
- Last Pushed: 2024-06-17T23:37:40.000Z (7 months ago)
- Last Synced: 2024-06-18T00:54:42.403Z (7 months ago)
- Language: Jupyter Notebook
- Size: 13.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Summarization-with-Pegasus
#Internship Project
#Suvidha Mahila Mandal
PEGASUS Text Summarization Implementation
This repository contains an implementation of the PEGASUS (Pre-training with Extracted Gap-sentences for Abstractive Summarization) model, a state-of-the-art text summarization model developed by Google AI. The PEGASUS model is particularly effective at abstractive text summarization, generating concise and informative summaries while capturing the key points of the input text. The code in this repository demonstrates how to load and utilize the pre-trained PEGASUS model from the Hugging Face Transformers library. It includes examples of tokenizing input text, generating summaries using the model, and decoding the model's output.
The repository serves as a valuable resource for those interested in exploring text summarization techniques, experimenting with state-of-the-art language models, or integrating summarization capabilities into their projects.
It contains the following files:
1. PDF of Google colab notebook
2. Goolge Colab Notebook
3. Video Showcasing implemetation in real time
4. README file