-
Notifications
You must be signed in to change notification settings - Fork 97
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 to make predications #41
Comments
Please use Simple Transformers as this repo is now outdated. To answer your question, this repo does not have such a built-in function whereas Simple Transformers does. If you have already trained a model, you can use it with Simple Transformers as well. With this repo, you would have to make predictions manually following the same procedure as for evaluation. |
Thanks for the advice. If so, how can I save a model from simple transformers and export the model for real-world usage |
|
Thank you very much! Just want to confirm, if showes you can save the model using train_model method? After the model being save, how am I supposed to to load the model? Is there a build in method for that, as I didn't see it on the tutorial |
by |
This answer was regarding the Simple Transformers library. I am not sure whether you are referring to Simple Transformers or this repo. Please open an issue on Simple Transformers if it is related to that. |
I trained the bert model using "run_model.py" in this repository and now need to make predictions for an unlabeled dataset I have. I somehow got confused about how I can make predictions. Would you please advise me on that? Thank you. |
Can you teach me how to make predications after model is trained? Does it come with build in method like .predict()?
The text was updated successfully, but these errors were encountered: