kaggle==1.3.9 protobuf==3.20.*
# TODO: Add a hub.KerasLayer for BERT text preprocessing using the hparams dict.
# Name the layer 'preprocessing' and store in the variable 'preprocessor'.
preprocessor = hub.KerasLayer(
hparams['tfhub-bert-preprocessor'],
name='preprocessing'
)