Instructions to use mrHunghddddd/d40d7774-52df-4e3a-8446-d9c8d88d1ccd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use mrHunghddddd/d40d7774-52df-4e3a-8446-d9c8d88d1ccd 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, "mrHunghddddd/d40d7774-52df-4e3a-8446-d9c8d88d1ccd") - Notebooks
- Google Colab
- Kaggle
Ctrl+K