Create README.md
This commit is contained in:
parent
23a10f6c37
commit
ea0b7e7feb
|
@ -0,0 +1,8 @@
|
||||||
|
`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.
|
||||||
|
- Corporate Reports 10-K & 10-Q: 2.5B tokens
|
||||||
|
- Earnings Call Transcripts: 1.3B tokens
|
||||||
|
- Analyst Reports: 1.1B tokens
|
||||||
|
|
||||||
|
More details on `FinBERT`: [Click Link](https://github.com/yya518/FinBERT)
|
||||||
|
|
||||||
|
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.
|
Loading…
Reference in New Issue