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