Update README.md
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ This is a fine-tuned BERT model for **binary sentiment classification** of finan
|
|
| 16 |
## 🔍 Model Details
|
| 17 |
|
| 18 |
- **Architecture**: BERT (12-layer, 768-hidden, 12-heads)
|
| 19 |
-
- **Base model**: `
|
| 20 |
- **Fine-tuned task**: Binary classification – `Positive` or `Negative`
|
| 21 |
- **Problem type**: `single_label_classification`
|
| 22 |
- **Special tokens**: `[CLS]`, `[SEP]`, `[PAD]`, `[MASK]`, `[UNK]`
|
|
|
|
| 16 |
## 🔍 Model Details
|
| 17 |
|
| 18 |
- **Architecture**: BERT (12-layer, 768-hidden, 12-heads)
|
| 19 |
+
- **Base model**: `ahmedrachid/FinancialBERT-Sentiment-Analysis`
|
| 20 |
- **Fine-tuned task**: Binary classification – `Positive` or `Negative`
|
| 21 |
- **Problem type**: `single_label_classification`
|
| 22 |
- **Special tokens**: `[CLS]`, `[SEP]`, `[PAD]`, `[MASK]`, `[UNK]`
|