Instructions to use laquythang/50cc89fb-0f32-4650-8142-b044cda48d55 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use laquythang/50cc89fb-0f32-4650-8142-b044cda48d55 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Mistral-Nemo-Instruct-2407") model = PeftModel.from_pretrained(base_model, "laquythang/50cc89fb-0f32-4650-8142-b044cda48d55") - Notebooks
- Google Colab
- Kaggle