Instructions to use laquythang/6fdc802a-6652-4612-bbb3-88d214f98835 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use laquythang/6fdc802a-6652-4612-bbb3-88d214f98835 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/6fdc802a-6652-4612-bbb3-88d214f98835") - Notebooks
- Google Colab
- Kaggle
Ctrl+K