santhoshkolloju/Abstractive-Summarization-With-Transfer-Learning
An abstractive summarization model that uses pretrained BERT as encoder and trains a Transformer decoder from scratch for text generation.

Velocity · 7d
+0.2
★ / day
Trend
→steady
star history
This project implements neural abstractive summarization by leveraging BERT’s pretrained encoder via transfer learning. The architecture replaces the encoder with BERT and trains a Transformer decoder from scratch, avoiding the sequential processing bottleneck of LSTM-based models. The system includes preprocessing, training, and inference components with a Flask server for serving predictions.