transformer-abstractive-summarization icon indicating copy to clipboard operation
transformer-abstractive-summarization copied to clipboard

Abstractive Text Summarization using Transformer

abstractive_summarizer

Abstractive Text Summarization using Transformer

  • Implementation of the state of the art Transformer Model from "Attention is all you need", Vaswani et. al. https://arxiv.org/abs/1706.03762

  • Inshorts Dataset: https://www.kaggle.com/shashichander009/inshorts-news-data

Blog Links:

Part-I: https://towardsdatascience.com/transformers-explained-65454c0f3fa7

Part-II: https://medium.com/swlh/abstractive-text-summarization-using-transformers-3e774cc42453

License: Apache License 2.0