Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 554 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 554 Bytes

Elmo Embeddings with Tensorflow Hub

This notebook presents a brief demonstration on how to integrate Elmo Embeddings from tensorflow hub into a custom Keras layer that can be directly integrated into a Keras or tensorflow model.

A similar process can be utilized for additional tf-hub models for easy integration of state of the art pre-trained models into your custom workflows.

See the accompanying blog post with further description