There are multiple BERT models: BERT-Base Uncased, BERT-Large Uncased, BERT-Base Cased and BERT-Large Cased. This code is tested on BERT-Base Uncased. Using the larger model may improve results. First, download the pre-trained BERT Tensorflow models fromhere. This is coverted fromGoogle, u...