My apologies if I missed this in the documentation. I am working on an ner
project that is modeled after your YouTube video, training the ingredient ner
. In the video, you used the following script run the train
recipe:
prodigy train ner food_data en_vectors_web_lg --init-tok2veccd8_model289.bin --output ./tmp_model --eval-split 0.2
My understanding is that --init
is now replaced by config. I am unsure how to specify the .bin
file and whether I should be adapting the config file since that is specified using word2vec
.
Or, if this doesn't make sense, I just want to replicate the video and am not sure how to specify the ner train
script.
Thanks in advance.
Brian