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