rzeydelis commited on
Commit
84c4f8b
1 Parent(s): 75d5473

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ If you get a "missing tokenizer" error, run this line as well when importing the model:
2
+
3
+
4
+ `tokenizer = BertTokenizer.from_pretrained('bert-base-uncased')`