Spacy Architecture #8569
raffa-dev
started this conversation in
Language Support
Replies: 1 comment
-
The pretrained pipelines contain different components, which each have their own architectures. The details are in the docs, like for the dependency parser. They are the same between different languages. GloVe vectors are used in the medium and large pretrained pipelines, but they're only one part, and spaCy has no mechanism for training them. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi everyone,
thanks for the great application and the support. I have a short question which I a was not able to fully resolve.
I have worked with trained models, namely the en_core_lg and ger_news_lg.
My question is which model Spacy uses for these trained files. I was under the impression that glove is used here but after some research this doesn't seem to be the case. And I was also wondering whether the architectures are identical for English and e.g. German or other languages or if there are adaptations depending on the language which is trained.
Thanks a lot for your help :)
Beta Was this translation helpful? Give feedback.
All reactions