Instructions to use cvoffer/f9873923-6660-4aa5-afc9-94de435a24bd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use cvoffer/f9873923-6660-4aa5-afc9-94de435a24bd 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, "cvoffer/f9873923-6660-4aa5-afc9-94de435a24bd") - Notebooks
- Google Colab
- Kaggle
Ctrl+K