ahmedrachid
commited on
Commit
•
42d4e9f
1
Parent(s):
4bcb9cb
Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ widget:
|
|
17 |
Our model was fine-tuned for Sentiment Analysis task on _FinancialPhraseBank_ dataset, experiments show that our model outperforms the general BERT and other financial domain-specific models.
|
18 |
|
19 |
### Training data
|
20 |
-
FinancialBERT model was fine-tuned on Financial PhraseBank, a dataset consisting of 4840 Financial News categorised by sentiment (negative, neutral, positive).
|
21 |
|
22 |
### How to use
|
23 |
Our model can be used thanks to Transformers pipeline for sentiment analysis.
|
|
|
17 |
Our model was fine-tuned for Sentiment Analysis task on _FinancialPhraseBank_ dataset, experiments show that our model outperforms the general BERT and other financial domain-specific models.
|
18 |
|
19 |
### Training data
|
20 |
+
FinancialBERT model was fine-tuned on [Financial PhraseBank](https://www.researchgate.net/publication/251231364_FinancialPhraseBank-v10), a dataset consisting of 4840 Financial News categorised by sentiment (negative, neutral, positive).
|
21 |
|
22 |
### How to use
|
23 |
Our model can be used thanks to Transformers pipeline for sentiment analysis.
|