Instructions to use phamnhuvu/phi3.5_mini_rkd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use phamnhuvu/phi3.5_mini_rkd with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Phi-3.5-mini-instruct-bnb-4bit") model = PeftModel.from_pretrained(base_model, "phamnhuvu/phi3.5_mini_rkd") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
64d8eb2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:90dd21b7eca93f81de48353c4e5f1767e79ea59501db3cdedabb214026aa5a4d
size 6097
|