How to use with spacy models?
MTRNord opened this issue · 0 comments
MTRNord commented
Hi I was trying to set this up with the recommended model that was in the tuning docs.
However, this results in the following error:
InvalidModelError: Please confirm that en_core_web_trf is an available spaCy model. You need to download one upfront. For example:
Looking at the action it seems to use docker which means I cant just install the spacy model from the action itself. Is there another way?