Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- transformers
|
4 |
+
- text-classification
|
5 |
+
- sentiment-analysis
|
6 |
+
---
|
7 |
+
|
8 |
+
# Sentiment Analysis Model
|
9 |
+
|
10 |
+
This model is fine-tuned for sentiment classification (positive/negative).
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
- **Base Model:** `bert-base-uncased`
|
14 |
+
- **Task:** Sentiment Analysis (Text Classification)
|
15 |
+
- **Fine-Tuned On:** IMDB Movie Reviews Dataset
|