ahmedrachid commited on
Commit
d296479
1 Parent(s): e120397

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 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.