StephanAkkerman commited on
Commit
bb9fdaf
1 Parent(s): 1127358

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
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
  ```