Classify text with BERT | Text | TensorFlow
www.tensorflow.org › classify_text_with_bertFeb 23, 2022 · Load the IMDB dataset; Load a BERT model from TensorFlow Hub; Build your own model by combining BERT with a classifier; Train your own model, fine-tuning BERT as part of that; Save your model and use it to classify sentences; If you're new to working with the IMDB dataset, please see Basic text classification for more details. About BERT