Instructions to use JoshMe1/289e7cc5-a10e-4bec-b9fd-075a5e758196 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use JoshMe1/289e7cc5-a10e-4bec-b9fd-075a5e758196 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, "JoshMe1/289e7cc5-a10e-4bec-b9fd-075a5e758196") - Notebooks
- Google Colab
- Kaggle
Ctrl+K