rzeydelis's picture
Create README.md
84c4f8b
|
raw
history blame
No virus
154 Bytes
If you get a "missing tokenizer" error, run this line as well when importing the model:
`tokenizer = BertTokenizer.from_pretrained('bert-base-uncased')`