How to train spacy trainned model

246 Views Asked by At

Is it possible to train spacy trained model such as model-best, model-last. If it is possible please tell me how to pretrain my model. Thank you

1

There are 1 best solutions below

0
On

You can train a spaCy model using spacy train, which is covered in the official docs and the course. If you train a model it will produce model-best and model-last directories.