Instructions to use error577/65665304-fb0e-4e82-8266-aba26a9f6ca0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use error577/65665304-fb0e-4e82-8266-aba26a9f6ca0 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Phi-3-medium-4k-instruct") model = PeftModel.from_pretrained(base_model, "error577/65665304-fb0e-4e82-8266-aba26a9f6ca0") - Notebooks
- Google Colab
- Kaggle
File too large to display, you can check the raw version instead.