Instructions to use dimasik87/5684b6f3-c695-47ce-9c22-0948a16cdf07 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dimasik87/5684b6f3-c695-47ce-9c22-0948a16cdf07 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, "dimasik87/5684b6f3-c695-47ce-9c22-0948a16cdf07") - Notebooks
- Google Colab
- Kaggle
File too large to display, you can check the raw version instead.