ahmedrachid commited on
Commit
23ceb55
1 Parent(s): d296479

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -7,7 +7,7 @@ widget:
7
  ---
8
  **FinancialBERT** is a BERT model pre-trained on a large corpora of financial texts. The purpose is to enhance financial NLP research and practice in financial domain, we hope financial practitioners and researchers can benefit from our model without the necessity of the significant computational resources required to train the model.
9
 
10
- We fine-tuned our model on Sentiment Analysis task using _FinancialPhraseBank_ dataset, experiments show that FinancialBERT outperforms the general BERT and other financial domain-specific models.
11
 
12
  # How to use
13
  Our model can be used thanks to Transformers pipeline for sentiment analysis.
 
7
  ---
8
  **FinancialBERT** is a BERT model pre-trained on a large corpora of financial texts. The purpose is to enhance financial NLP research and practice in financial domain, we hope financial practitioners and researchers can benefit from our model without the necessity of the significant computational resources required to train the model.
9
 
10
+ 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.
11
 
12
  # How to use
13
  Our model can be used thanks to Transformers pipeline for sentiment analysis.