Instructions to use VERSIL91/6339eb81-1e81-4031-a75d-78e3e815719f with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/6339eb81-1e81-4031-a75d-78e3e815719f 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/6339eb81-1e81-4031-a75d-78e3e815719f") - Notebooks
- Google Colab
- Kaggle
Ctrl+K