Instructions to use nhunglaaaaaaa/d46ff088-e9bb-4f03-bec0-0d2e7f5a079f with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nhunglaaaaaaa/d46ff088-e9bb-4f03-bec0-0d2e7f5a079f with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Phi-3-mini-4k-instruct") model = PeftModel.from_pretrained(base_model, "nhunglaaaaaaa/d46ff088-e9bb-4f03-bec0-0d2e7f5a079f") - Notebooks
- Google Colab
- Kaggle
Ctrl+K