Update README.md
Browse files
README.md
CHANGED
|
@@ -68,7 +68,6 @@ from transformers import pipeline
|
|
| 68 |
pipe = pipeline(
|
| 69 |
"sentiment-analysis",
|
| 70 |
model="StephanAkkerman/FinTwitBERT-sentiment",
|
| 71 |
-
tokenizer="StephanAkkerman/FinTwitBERT-sentiment",
|
| 72 |
)
|
| 73 |
|
| 74 |
# Get the predicted sentiment
|
|
|
|
| 68 |
pipe = pipeline(
|
| 69 |
"sentiment-analysis",
|
| 70 |
model="StephanAkkerman/FinTwitBERT-sentiment",
|
|
|
|
| 71 |
)
|
| 72 |
|
| 73 |
# Get the predicted sentiment
|