StephanAkkerman
commited on
Commit
•
c079da7
1
Parent(s):
4696827
Update README.md
Browse filesclose #1
README.md
CHANGED
@@ -20,6 +20,17 @@ tags:
|
|
20 |
- crypto
|
21 |
- cryptocurrency
|
22 |
base_model: StephanAkkerman/FinTwitBERT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
# FinTwitBERT-sentiment
|
@@ -59,7 +70,7 @@ pipeline = pipeline(
|
|
59 |
)
|
60 |
|
61 |
# Sentences we want the sentiment for
|
62 |
-
sentence = ["
|
63 |
|
64 |
# Get the predicted sentiment
|
65 |
print(pipeline(sentence))
|
|
|
20 |
- crypto
|
21 |
- cryptocurrency
|
22 |
base_model: StephanAkkerman/FinTwitBERT
|
23 |
+
widget:
|
24 |
+
- text: Nice 9% pre market move for $para, pump my calls Uncle Buffett 🤑
|
25 |
+
example_title: Bullish Crypto Tweet
|
26 |
+
- text: It is about damn time that my $ARB and $ETH bags pump FFS. 🚀
|
27 |
+
example_title: Bullish Crypto Tweet 2
|
28 |
+
- text: $SPY $SPX closed higher 8th consecutive weeks. Last time it closed 9th straight was 20 years ago.
|
29 |
+
example_title: Bullish Stock Tweet
|
30 |
+
- text: $TCBP Lowest float stock in the market. Float just 325k. Don’t sell for pennies, this one will be a monster. Still early
|
31 |
+
example_title: Bullish Stock Tweet 2
|
32 |
+
- text: Italian companies braced for more political uncertainty
|
33 |
+
example_title: Bearish News
|
34 |
---
|
35 |
|
36 |
# FinTwitBERT-sentiment
|
|
|
70 |
)
|
71 |
|
72 |
# Sentences we want the sentiment for
|
73 |
+
sentence = ["Nice 9% pre market move for $para, pump my calls Uncle Buffett 🤑"]
|
74 |
|
75 |
# Get the predicted sentiment
|
76 |
print(pipeline(sentence))
|