StephanAkkerman
commited on
Commit
•
bb9fdaf
1
Parent(s):
1127358
Update README.md
Browse files
README.md
CHANGED
@@ -78,7 +78,6 @@ from transformers import pipeline
|
|
78 |
pipe = pipeline(
|
79 |
"fill-mask",
|
80 |
model="StephanAkkerman/FinTwitBERT",
|
81 |
-
tokenizer="StephanAkkerman/FinTwitBERT",
|
82 |
)
|
83 |
print(pipe("Bitcoin is a [MASK] coin."))
|
84 |
```
|
|
|
78 |
pipe = pipeline(
|
79 |
"fill-mask",
|
80 |
model="StephanAkkerman/FinTwitBERT",
|
|
|
81 |
)
|
82 |
print(pipe("Bitcoin is a [MASK] coin."))
|
83 |
```
|