soleimanian
commited on
Commit
•
8e649a4
1
Parent(s):
f34e086
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,22 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
<!DOCTYPE html>
|
5 |
+
<html>
|
6 |
+
<body>
|
7 |
+
|
8 |
+
<h1><b>Financial-RoBERTa</b></h1>
|
9 |
+
<p><b>Financial-RoBERTa</b> is a pre-trained NLP model to analyze sentiment of financial text including:</p>
|
10 |
+
<ul>
|
11 |
+
<li>Financial Statements,</li>
|
12 |
+
<li>Earnings Announcements,</li>
|
13 |
+
<li>Earnings Call Transcripts,</li>
|
14 |
+
<li>Corporate Social Responsibility (CSR) Reports,</li>
|
15 |
+
<li>Environmental, Social, and Governance (ESG) News,</li>
|
16 |
+
<li>Financial News,</li>
|
17 |
+
<li>Etc.</li>
|
18 |
+
</ul>
|
19 |
+
<p>Financial-RoBERTa is built by further training and fine-tuning the RoBERTa Large language model using a large 10k, 10Q, 8K, Earnings Call Transcripts, CSR Reports, ESG News, and Financial News corpus.</p>
|
20 |
+
|
21 |
+
</body>
|
22 |
+
</html>
|