This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
-
I am not able to figure out where the saved model lives. Where does finetuner save the model? |
Beta Was this translation helpful? Give feedback.
Answered by
hanxiao
Oct 26, 2021
Replies: 1 comment
-
you are right, there is none. 🤣 we just expose this API in After that |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hanxiao
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you are right, there is none. 🤣 we just expose this API in
0.1.2
, please upgrade viapip install --pre finetuner
.After that
finetuner.fit
will return two objects: first is the tuned model, second is the summary data of the fitting procedure, where you can plot it and understand the fitting better. You can refer to the docs for more https://finetuner.jina.ai/basics/fit/#