StephanAkkerman
commited on
Commit
•
8746881
1
Parent(s):
b07ab8b
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
datasets:
|
4 |
+
- TimKoornstra/financial-tweets-sentiment
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
+
- f1
|
10 |
+
pipeline_tag: text-classification
|
11 |
+
tags:
|
12 |
+
- finance
|
13 |
+
- sentiment
|
14 |
+
- sentiment-analysis
|
15 |
+
- tweets
|
16 |
+
- twitter
|
17 |
+
base_model: StephanAkkerman/FinTwitBERT
|
18 |
---
|
19 |
+
|
20 |
+
# FinTwitBERT-sentiment
|
21 |
+
FinTwitBERT-sentiment is a finetuned model for classifying the sentiment of financial tweets.
|