Open shainaraza opened 4 years ago
Hi @shainaraza This library works with pytorch, keras is sadly based on tensorflow.
You could create the embeddings and use them as inputs for keras.
Or you use the description from huggingface and convert the fine-tuned BERT to tensorflow and then integrate it into keras.
Best Nils Reimers
Thanks a lot for prompt reply and indeed useful
Can I use keras layer with bert embeddings from sentence-transformers?