yiyanghkust commited on
Commit
ea0b7e7
1 Parent(s): 23a10f6

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ `FinBERT` is a BERT model pre-trained on financial communication text. The purpose is to enhance financial NLP research and practice. It is trained on the following three financial communication corpus. The total corpora size is 4.9B tokens.
2
+ - Corporate Reports 10-K & 10-Q: 2.5B tokens
3
+ - Earnings Call Transcripts: 1.3B tokens
4
+ - Analyst Reports: 1.1B tokens
5
+
6
+ More details on `FinBERT`: [Click Link](https://github.com/yya518/FinBERT)
7
+
8
+ This released `finbert-tone` model is the `FinBERT` model fine-tuned on 10,000 manually annotated (positive, negative, neutral) sentences from analyst reports. This model achieves superior performance on financial tone analysis task. If you are simply interested in using `FinBERT` for financial tone analysis, give it a try.