Using TF BERT Transformer model for multi-class text classification
This notebook is intented to run on Google Colab. Setup for importing the dataset is documented in the first section of my blog post: Using FastAI’s ULMFiT to make a state-of-the-art multi-class text classifier
Dataset: https://github.com/jacoxu/StackOverflow
This code is partially taken from: https://colab.research.google.com/github/google-research/bert/blob/master/predicting_movie_reviews_with_bert_on_tf_hub.ipynb