Skip to content

This project demonstrates text summarization using the BART (Bidirectional and Auto-Regressive Transformers) model. BART is a transformer model trained as a denoising autoencoder and is effective for text generation tasks such as summarization.

Notifications You must be signed in to change notification settings

SreeEswaran/Text-Summarization-using-BART

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Text Summarization using BART

This project demonstrates text summarization using the BART (Bidirectional and Auto-Regressive Transformers) model. BART is a transformer model trained as a denoising autoencoder and is effective for text generation tasks such as summarization.

Features

  • Text Preprocessing: Load and preprocess text data.
  • Summarization Model: A BART model for text summarization.
  • Training Script: Train the model with text data.
  • Summarization Script: Generate text summaries using the trained model.
  • Results Visualization: Save and view generated summaries.

Setup

  1. Clone the repository and install dependencies:
git clone https://github.com/SreeEswaran/Text-Summarization-using-BART.git
cd Text-Summarization-using-BART
  1. Install the dependencies

    pip install -r requirements.txt

About

This project demonstrates text summarization using the BART (Bidirectional and Auto-Regressive Transformers) model. BART is a transformer model trained as a denoising autoencoder and is effective for text generation tasks such as summarization.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages