Is there a fine-tuning cookbook for phi4 ?
#27
by
sbhctashi
- opened
I would like to do fine tuning with phi4, can you please tell me the procedure?
I would like to do fine tuning with phi4, can you please tell me the procedure?
You can use our open-source package Unsloth: https://github.com/unslothai/unsloth
You can fine-tune Phi-4 completely for free on Google Colab using the Phi-4 notebook: https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Phi_4-Conversational.ipynb
Thank you!
Is there any difference between unsloth and Microsoft phi4?
I also checked the source code, but I want to set something like device_map=‘auto’ because I want to train on multiple GPUs, is there a way to do this?