Knover
Knover copied to clipboard
Does dygraph branch support plato2's interact mode?
It can't support plato2's interact mode now. We will upgrade dygraph branch later.
thank you very much for your reply! Is it possible to convert the pretrained model saved with fluid.io.save_params to .pdparams format?
thank you very much for your reply! Is it possible to convert the pretrained model saved with fluid.io.save_params to .pdparams format?
You can use fluid.io.load_program_state
. It loads parameters in numpy format, and you need to convert them to .pdparams format by changing their name.
ok, thank you very much for your reply
Hi,is it possible to load .pdparams model for fine-tuning with develop branch?
Hi,is it possible to load .pdparams model for fine-tuning with develop branch?
Develop branch cannot support .pdparams now. Do you need to convert other pretrained model into Knover?
yeah, i have found paddlenlp releases a plato-mini model and want to use it for fine-tuning.
OK, I will update some convert tool later.
OK, I will update some convert tool later.
Hi, how about the convert tool.