Instructions to use VERSIL91/607e235d-a4db-4731-8090-354be6ea5d44 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/607e235d-a4db-4731-8090-354be6ea5d44 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, "VERSIL91/607e235d-a4db-4731-8090-354be6ea5d44") - Notebooks
- Google Colab
- Kaggle
Ctrl+K