shahidash / keras-bert

A simple technique to integrate BERT from tf hub to keras

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple technique to integrate BERT from tf hub to keras


Languages

Language:Jupyter Notebook 76.4%Language:Python 23.6%