Skip to content

Instantly share code, notes, and snippets.

@negedng
Last active December 20, 2019 12:12
Show Gist options
  • Save negedng/840bc998fbfcdf6e0d11f8a0b1ceb210 to your computer and use it in GitHub Desktop.
Save negedng/840bc998fbfcdf6e0d11f8a0b1ceb210 to your computer and use it in GitHub Desktop.
import tensorflow_hub as hub
import tensorflow as tf
import bert
FullTokenizer = bert.bert_tokenization.FullTokenizer
from tensorflow.keras.models import Model # Keras is the new high level API for TensorFlow
import math
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment