Instructions to use minhnguyennnnnn/3cfe61ba-9f72-454f-bb95-3a1e3b0f9590 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use minhnguyennnnnn/3cfe61ba-9f72-454f-bb95-3a1e3b0f9590 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/mistral-7b-instruct-v0.2") model = PeftModel.from_pretrained(base_model, "minhnguyennnnnn/3cfe61ba-9f72-454f-bb95-3a1e3b0f9590") - Notebooks
- Google Colab
- Kaggle
Ctrl+K