Instructions to use TIFRoma/phi-3-mini-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use TIFRoma/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, "TIFRoma/phi-3-mini-LoRA") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
1131ea3 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:85d53e483a46aabaec5814013a08c151f8a83e973da3046d34f40b35049abd6d
size 5432
|