Last active
December 20, 2019 12:12
-
-
Save negedng/840bc998fbfcdf6e0d11f8a0b1ceb210 to your computer and use it in GitHub Desktop.
Module imports for this colab: https://colab.research.google.com/drive/1hMLd5-r82FrnFnBub-B-fVW78Px4KPX1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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