Install Prepacked Transformer model #7923
-
Hi! I am trying to install prepacked transformer models from huggingface. I have spacy version 3.0.0rc5, pytorch 1.8.1 and have installed spacy transformers. When running the command python -m spacy download en_trf_bertbaseuncased_lg, I get an error message saying "No compatible package found for 'en_trf_distilbertbaseuncased_lg' (spaCy v3.0.0rc5)". Anyone know what to do? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
It would be a good idea to upgrade spaCy to an actual release instead of the Release Candiate 5 - the current version is
Let us know if you run into any more issues! |
Beta Was this translation helpful? Give feedback.
It would be a good idea to upgrade spaCy to an actual release instead of the Release Candiate 5 - the current version is
3.0.6
. After upgrading, you should be able to runLet us know if you run into any more issues!