An open API service indexing awesome lists of open source software.

https://github.com/sreeeswaran/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.
https://github.com/sreeeswaran/text-summarization-using-bart

auto-regressive-model auto-regressive-transformers bart bidirectional model text text-generation text-summarization transformer transformer-model transformers

Last synced: 6 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# 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:

```bash
git clone https://github.com/SreeEswaran/Text-Summarization-using-BART.git
cd Text-Summarization-using-BART
```

2. Install the dependencies

```bash
pip install -r requirements.txt
```