Clarification on providing vectors (glove, elmo, fasttext, etc) when training NER model #5237
Replies: 1 comment
-
|
Hi and sorry for the late follow-up! The The pretrain command is now run with the same config file you'd also use during training, making the whole process much more robust and transparent. You can get started with these config files using which will produce a config file with (hopefully) sensible defaults. Hope that's useful to you! I will preliminary close this issue, but feel free to comment here or open a new one if you run into any issues. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have used spacy
pretraincommand to obtain pretrained weights and use them when training NER model.1 - I have read somewhere, but I'm not sure that when training the model you can also provide other already trained vectors (I think I read something about elmo, glove and/or fasttext). Where can I find more information about this? Or is it possible for someone to give more information regarding this?
2 - Also, what is the difference between the parameters
--vectorsand--init-tok2vec? What vectors does the first parameter refer to?Beta Was this translation helpful? Give feedback.
All reactions