tarnformnet commited on
Commit
ab41589
·
1 Parent(s): 7fd8844

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
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 unknown dataset.
 
15
  It achieves the following results on the evaluation set:
16
 
17
 
18
  ## Model description
19
 
20
- More information needed
 
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