Instructions to use samoline/29f17ff9-99da-4e7b-9c23-1eb0ec899a21 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use samoline/29f17ff9-99da-4e7b-9c23-1eb0ec899a21 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Nous-Hermes-2-Mistral-7B-DPO") model = PeftModel.from_pretrained(base_model, "samoline/29f17ff9-99da-4e7b-9c23-1eb0ec899a21") - Notebooks
- Google Colab
- Kaggle