ahmedrachid commited on
Commit
fdb01cc
1 Parent(s): 834f09d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ widget:
15
  We fine-tuned our model on Sentiment Analysis task using _FinancialPhraseBank_ dataset, experiments show that our model outperforms the general BERT and other financial domain-specific models.
16
 
17
  # Training data
18
- **FinancialBERT** model was fine-tuned on Financial PhraseBank, a dataset consisting of 4840 Financial News categorised by sentiment (negative, neutral, positive).
19
 
20
  # How to use
21
  Our model can be used thanks to Transformers pipeline for sentiment analysis.
 
15
  We fine-tuned our model on Sentiment Analysis task using _FinancialPhraseBank_ dataset, experiments show that our model outperforms the general BERT and other financial domain-specific models.
16
 
17
  # Training data
18
+ FinancialBERT model was fine-tuned on Financial PhraseBank, a dataset consisting of 4840 Financial News categorised by sentiment (negative, neutral, positive).
19
 
20
  # How to use
21
  Our model can be used thanks to Transformers pipeline for sentiment analysis.