Instructions to use nttx/c6d3fe62-ba04-4ca4-83c4-bd2a35d2e0a9 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nttx/c6d3fe62-ba04-4ca4-83c4-bd2a35d2e0a9 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, "nttx/c6d3fe62-ba04-4ca4-83c4-bd2a35d2e0a9") - Notebooks
- Google Colab
- Kaggle