Commit
·
ab41589
1
Parent(s):
7fd8844
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,13 +11,15 @@ probably proofread and complete it, then remove this comment. -->
|
|
| 11 |
|
| 12 |
# Stock-Sentiment-Bert
|
| 13 |
|
| 14 |
-
This model is a fine-tuned version of [ProsusAI/finbert](https://huggingface.co/ProsusAI/finbert) on an
|
|
|
|
| 15 |
It achieves the following results on the evaluation set:
|
| 16 |
|
| 17 |
|
| 18 |
## Model description
|
| 19 |
|
| 20 |
-
|
|
|
|
| 21 |
|
| 22 |
## Intended uses & limitations
|
| 23 |
|
|
|
|
| 11 |
|
| 12 |
# Stock-Sentiment-Bert
|
| 13 |
|
| 14 |
+
This model is a fine-tuned version of [ProsusAI/finbert](https://huggingface.co/ProsusAI/finbert) on an Stocktwits dataset.
|
| 15 |
+
This dataset contain stocks related tweets which labelled as 'Bearish' and 'Bullish'.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|
| 21 |
+
First, trained the custom tokenizer from scratch using stocktwits dataset.
|
| 22 |
+
Model is the fine tuned version of finbert model
|
| 23 |
|
| 24 |
## Intended uses & limitations
|
| 25 |
|