Instructions to use laquythang/51e576b3-9cc0-41b5-b87a-32bcd60f2386 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use laquythang/51e576b3-9cc0-41b5-b87a-32bcd60f2386 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Mistral-Nemo-Base-2407") model = PeftModel.from_pretrained(base_model, "laquythang/51e576b3-9cc0-41b5-b87a-32bcd60f2386") - Notebooks
- Google Colab
- Kaggle
Ctrl+K