Open mhueppe opened 1 week ago
RNN approach: Note: uses character based encoding https://www.tensorflow.org/text/tutorials/text_generation
LSTM Based Approach: Test out the following models and see if they present sensible results.
https://github.com/GauravG-20/Abstractive-Text-Summarization
https://github.com/sujanshirol/Test-Summarization-LSTMs/blob/main/NLP_Text_Summarization.ipynb
https://github.com/himanshurawat443/Abstractive-Text-Summarization-using-seq-2-seq-RNN-s
LSTM Based Approach: Test out the following models and see if they present sensible results.
https://github.com/GauravG-20/Abstractive-Text-Summarization
https://github.com/sujanshirol/Test-Summarization-LSTMs/blob/main/NLP_Text_Summarization.ipynb
https://github.com/himanshurawat443/Abstractive-Text-Summarization-using-seq-2-seq-RNN-s
Second model in work by @mhueppe. @dasjannishuh Kannst du dir einen der anderen beiden anschauen?
Sometimes GRU models are used, implement one of them and add to the model pipeline