-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can export and use the trained model ? #8
Comments
Hi @mrfast7, nlp.to_disk('my_model') All model related files get stored in this directory 'my_model'. |
Please can you suggest me an open source and free annotation tool ?
Thank you
Le jeu. 25 avr. 2019 à 12:55, Saahil Gupta <[email protected]> a
écrit :
… Hi @mrfast7 <https://github.com/mrfast7>,
You can do that by using the following two commands:
nlp.to_disk('my_model')
nlp1 = spacy.load('my_model')
All model related files get stored in this directory 'my_model'.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALRHOWHBS5QEFI6SSAF377DPSGL4BANCNFSM4HAVAE5Q>
.
|
@mrfast7 I think this repo will help https://github.com/ManivannanMurugavel/spacy-ner-annotator |
@saahilgupta93 I am using your two line code to save my NER Spacy model it's throwing this error |
@saahilgupta93 I am using this but getting wrong results after saving and loading model. But when I use the trained model directly, I am getting correct results. Any idea why? |
Hello;
I just trained my model with my data, so i want to export my model and use it back later with data.
Thank you :)
The text was updated successfully, but these errors were encountered: