Open ranjancse26 opened 1 year ago
Thank you for the kind words.
I'm assuming you're talking about how to save the fine-tuned model created by the Instructor
class. In that case, you can pass an output_dir
directory to the call. More details on the available options can be found here.
Thanks @davidmezzetti I am now able to save the model.
Review txtinstruct is a great library for instruction fine tuning.
Just wondering about saving the instruction fine-tuned model? Please help me with this.