error moe_model.bin
#2
by
NickyNicky
- opened
very good work, thank you.
I wanted to ask you since I'm trying to run the script but I get errors where no files are found.
moe_model = os.path.join(trained_weights, "moe_model.bin")
adapter_model = os.path.join(trained_weights, "adapter_model")
https://github.com/serp-ai/Parameter-Efficient-MoE/blob/master/notebooks/inference-trained-model.ipynb
or
https://github.com/serp-ai/Parameter-Efficient-MoE/blob/master/notebooks/merge-trained-model.ipynb
Could you please explain to me how to generate the .bin?
thank you so much
That is for after you have trained a model and want to inference with it. There should be instructions in the readme that you can follow for inferencing!