ahmedrachid commited on
Commit
3552967
1 Parent(s): 7e8b619

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -7,6 +7,7 @@ tags:
7
  - fill-mask
8
  ---
9
  `FinancialBERT` is a BERT model pre-trained on a large corpora of financial communications. 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.
 
10
  Our model was trained on a large corpus of financial texts:
11
  - TRC2-financial: 1.8M news articles that were published by Reuters between 2008 and 2010.
12
  - Bloomberg News: 400,000 articles between 2006 and 2013.
@@ -14,4 +15,5 @@ Our model was trained on a large corpus of financial texts:
14
  - Earning Calls: 42,156 documents.
15
 
16
  More details on `FinancialBERT`'s pre-training process can be found at: https://wandb.ai/ahmedrachid/huggingface/reports/Financial-BERT--VmlldzoxMzQwMTgy
 
17
  It can be further fine-tuned on downstream tasks such as Sentiment Analysis or Classification & Categorisation on financial news.
 
7
  - fill-mask
8
  ---
9
  `FinancialBERT` is a BERT model pre-trained on a large corpora of financial communications. 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.
10
+
11
  Our model was trained on a large corpus of financial texts:
12
  - TRC2-financial: 1.8M news articles that were published by Reuters between 2008 and 2010.
13
  - Bloomberg News: 400,000 articles between 2006 and 2013.
 
15
  - Earning Calls: 42,156 documents.
16
 
17
  More details on `FinancialBERT`'s pre-training process can be found at: https://wandb.ai/ahmedrachid/huggingface/reports/Financial-BERT--VmlldzoxMzQwMTgy
18
+
19
  It can be further fine-tuned on downstream tasks such as Sentiment Analysis or Classification & Categorisation on financial news.