Update README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ tags:
|
|
21 |
# BERT IMDb Sentiment Analysis Model
|
22 |
|
23 |
This repository contains a fine-tuned BERT model for sentiment analysis on IMDb movie reviews. The model classifies text as either **Positive** or **Negative** sentiment.
|
24 |
-
|
25 |
## Model Details
|
26 |
- **Base Model**: `bert-base-uncased`
|
27 |
- **Dataset**: IMDb Movie Reviews
|
|
|
21 |
# BERT IMDb Sentiment Analysis Model
|
22 |
|
23 |
This repository contains a fine-tuned BERT model for sentiment analysis on IMDb movie reviews. The model classifies text as either **Positive** or **Negative** sentiment.
|
24 |
+
## Live Demo: https://huggingface.co/spaces/philipobiorah/bert-sentiment-analysis
|
25 |
## Model Details
|
26 |
- **Base Model**: `bert-base-uncased`
|
27 |
- **Dataset**: IMDb Movie Reviews
|