deepdoctection
deepdoctection copied to clipboard
[Error] Can't load tokenizer form layoutlm
Bug 💥 I m getting this issue when i try to load the analyzer
Traceback (most recent call last):
File "testing.py", line 133, in
Expected behavior 🧮 Describe what you would have expected
Screenshots 🖼 If possible, please add a screenshot of the error message, if possible
Desktop (please complete the following information, if any other than the one in the install requirements):
- OS: [e.g. iOS]
Additional context 🧬 If necessary add some context related to the problem
I think, you are running on an older version. The issue results from the fact that it tries to download some tokenizer information (which has nothing to do for running the analyzer) and fails because the Huggingface hub was down until a few minutes ago.
Try to install the most recent version (i.e. v.0.31.0) or re-run the code once the Huggingface hub is up again.
Stale issue message