Earlier I've used Glove embedding to build the seq2seq model for text summarization, Now I want to change the Glove with BERT to see the performance of the model. For this, I used the bert-as-service feature from https://github.com/hanxiao/bert-as-service But giving the input to the model the same as Glove failing. How to code this part?
Asked
Active
Viewed 304 times
1
-
Can you show some code, how do you put the vectors in the model? – Jindřich Mar 31 '20 at 13:00