This project uses DistilBERT from Hugging Face to perform sentiment analysis on restaurant reviews.
The notebook is designed to run easily in Google Colab.
Click below to open the latest notebook in Google Colab:
When running in Colab, install the required dependencies:
!pip install --upgrade pip
!pip install transformers datasets evaluate accelerate scikit-learn sentencepiece