Tomás Fernandes commited on
Commit ·
42ecfee
1
Parent(s): ba0bb53
Created a model card
Browse files
README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: "en"
|
| 3 |
+
tags:
|
| 4 |
+
- financial-sentiment-analysis
|
| 5 |
+
- sentiment-analysis
|
| 6 |
+
- language-perceiver
|
| 7 |
+
datasets:
|
| 8 |
+
- financial_phrasebank
|
| 9 |
+
widget:
|
| 10 |
+
- text: "FTSE100 fell sharply today."
|
| 11 |
+
- text: "Oil near one-month high."
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# FINPerceiver
|
| 15 |
+
FINPerceiver is a fine-tuned Perceiver IO language model for financial sentiment analysis.
|