LinkLinkWu commited on
Commit
c77ead7
·
verified ·
1 Parent(s): 9ad7db0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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**: `bert-base-uncased`
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]`