Classify Steam Game Reviews with BERT, with 99.8% accuracy!
Used Kaggle Dataset (credit: Möbius) and a lot of help from these links:
- Text Classification with BERT Tokenizer and TF 2.0 in Python (credit: Usman Malik)
- A Visual Guide to Using BERT for the First Time (credit: Jay Alammar)
- BERT tutorial: Classify spam vs no spam emails (credit: codebasics)
- Keras BERT using TFHub (modified train data) (credit: Wojtek Rosa)
- Classify text with BERT