Abstractive-Summarization-With-Transfer-Learning
Abstractive-Summarization-With-Transfer-Learning copied to clipboard
decoder embedding
@santhoshkolloju when you train this model, do you use bert embedding as abstract embedding, it mean article and abstract will go through bert when train this summary model?
Yes that's correct we use the same weights of Bert embedding at the decoder prediction layer as well