BiMPM icon indicating copy to clipboard operation
BiMPM copied to clipboard

Re-training a model

Open inigo-jauregi opened this issue 7 years ago • 1 comments

Is it possible to re-train a model? If so how?

inigo-jauregi avatar May 08 '17 08:05 inigo-jauregi

Yes, it supports re-train the model. If you want to re-train a model, just re-launch the same command line (the code will check if there is already a model in you path. if so, it will load the model and train based on the model). For more details, you can have a look at lines 137-162 and lines 243-246 in SentenceMatchTrainer.py

zhiguowang avatar May 08 '17 13:05 zhiguowang