You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/huanhuan/Desktop/BERT-MIMIC3-ICD9-master/create_tokenizer.py", line 25, in
tokenizer.train(
File "/home/huanhuan/miniconda3/lib/python3.9/site-packages/tokenizers/implementations/bert_wordpiece.py", line 118, in train
self._tokenizer.train(files, trainer=trainer)
Exception: No such file or directory (os error 2)
Code that worked in v 0.3 (ex. https://github.com/huggingface/tokenizers/blob/master/bindings/python/examples/train_bert_wordpiece.py) breaks in 0.4 with type error:
The text was updated successfully, but these errors were encountered: