Downloads · 30 days
0
a-b-15/BERT
BERT is a machine learning model from a-b-15. Use it for the machine learning task on the model card, and read the license before you ship it in a product.
A premium, end-to-end sentiment analysis application using a fine-tuned BERT model on the IMDB movie review dataset.
Downloads · 30 days
0
Access
Public
Updated Feb 7, 2026
Repo size
1.3 GB
Likes
0
Public
Click a slice to open those files.
.pt876 MB · 99%
From the Hugging Face model README
A premium, end-to-end sentiment analysis application using a fine-tuned BERT model on the IMDB movie review dataset.
bert-base-uncased for high-accuracy sentiment classification.prepare_data.py: Downloads and tokenizes the IMDB dataset.train_bert.py: Fine-tunes the BERT model.predict.py: Inference class for sentiment prediction.app/: Contains the web dashboard and Flask backend.requirements.txt: Python dependencies.pip install -r requirements.txt
Run the training script to fine-tune BERT on the IMDB dataset.
python train_bert.py
Note: By default, it trains on a small subset (1000 samples) for speed. You can increase subset_size in the script for better accuracy.
python app/backend.py
app/index.html in your browser.