ahmedrachid commited on
Commit
8ac17ff
1 Parent(s): d833cdf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -35,4 +35,7 @@ Our model can be used thanks to Transformers pipeline for sentiment analysis.
35
  [{'label': 'positive', 'score': 0.9998133778572083},
36
  {'label': 'neutral', 'score': 0.9997822642326355},
37
  {'label': 'negative', 'score': 0.9877365231513977}]
38
- ```
 
 
 
 
35
  [{'label': 'positive', 'score': 0.9998133778572083},
36
  {'label': 'neutral', 'score': 0.9997822642326355},
37
  {'label': 'negative', 'score': 0.9877365231513977}]
38
+ ```
39
+
40
+ #Training data
41
+ **FinancialBERT** model was fine-tuned on Financial PhraseBank, a dataset consisting of 4840 Financial News categorised by sentiment (negative, neutral, positive).