Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 394 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 394 Bytes

Using BERT in Keras with tensorflow hub

Following on our previous demo using ELMo embeddings in Keras with tensorflow hub, we present a brief demonstration on how to integrate BERT from tensorflow hub into a custom Keras layer that can be directly integrated into a Keras or tensorflow model.

See the accompanying blog post with further description