[E893] Could not find function 'spacy-curated-transformers.BertTransformer.v1' in function registry 'architectures'. #13767
Unanswered
p2caoshan
asked this question in
Help: Coding & Implementations
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was trying to:
import spacy
nlp = spacy.load("zh_core_web_trf")
and here's my spacy info:
============================== Info about spaCy ==============================
spaCy version 3.8.4
Location C:\Users\sancao\Anaconda3\envs\chatbot\Lib\site-packages\spacy
Platform Windows-11-10.0.22631-SP0
Python version 3.12.8
Pipelines en_core_web_lg (3.8.0), en_core_web_sm (3.8.0), zh_core_web_lg (3.8.0), zh_core_web_sm (3.8.0), zh_core_web_trf (3.8.0)
Could anyone help? Thanks,
Beta Was this translation helpful? Give feedback.
All reactions