I followed the steps on the Predicting Movie Reviews with BERT on TF Hub here.
At the end, how do I export the model to be used/loaded as a classifier later?
I found a link that shows that I can export the estimator as a tf.saved_model. However, I got stuck on creating the 'serving_input_receiver_fn()'.