yiyanghkust
commited on
Commit
•
13acf9d
1
Parent(s):
697593c
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
1 |
+
---
|
2 |
+
language: "en"
|
3 |
+
tags:
|
4 |
+
- financial-sentiment-analysis
|
5 |
+
- sentiment-analysis
|
6 |
+
widget:
|
7 |
+
- text: "Stocks rallied and the British pound gained."
|
8 |
+
---
|
9 |
+
|
10 |
`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.
|
11 |
- Corporate Reports 10-K & 10-Q: 2.5B tokens
|
12 |
- Earnings Call Transcripts: 1.3B tokens
|