ValueError: [E002] Can't find factory for 'transformer' for language English (en) #13501
Unanswered
jihenha
asked this question in
Help: Model Advice
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ValueError: [E002] Can't find factory for 'transformer' for language English (en). This usually happens when spaCy calls
nlp.create_pipe
with a custom component name that's not registered on the current language class. If you're using a custom component, make sure you've added the decorator@Language.component
(for function components) or@Language.factory
(for class components)Hi guys, i have this problem when i want to load my model my
nlp = spacy.load("/content/drive/MyDrive/PFE/final2/output1/model-best")
please help
Beta Was this translation helpful? Give feedback.
All reactions