Spaces:
Running
Running
Sync from GitHub via hub-sync
Browse files- models/README.md +16 -0
models/README.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
# FinBERT Sentiment Analyzer (Fine-Tuned)
|
| 3 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
tags:
|
| 6 |
+
- text-classification
|
| 7 |
+
- finance
|
| 8 |
+
- sentiment-analysis
|
| 9 |
+
datasets:
|
| 10 |
+
- financial_phrasebank
|
| 11 |
+
metrics:
|
| 12 |
+
- f1
|
| 13 |
+
- accuracy
|
| 14 |
+
base_model: ProsusAI/finbert
|
| 15 |
+
pipeline_tag: text-classification
|
| 16 |
+
---
|
| 17 |
|
| 18 |
# FinBERT Sentiment Analyzer (Fine-Tuned)
|
| 19 |
|