Instructions to use Incomple/Phi-4-mini-instruct_sft_sg_values_resp_split with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Incomple/Phi-4-mini-instruct_sft_sg_values_resp_split with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-4-mini-instruct") model = PeftModel.from_pretrained(base_model, "Incomple/Phi-4-mini-instruct_sft_sg_values_resp_split") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
4cf1eca | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8799b7ce62bf40e724f80af87b9545f9d9043778f435040a6c08e834dc047b69
size 15524282
|