Instructions to use nhoxinh/95f78e23-51b0-4c29-9d8d-28f99fd40563 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nhoxinh/95f78e23-51b0-4c29-9d8d-28f99fd40563 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Hermes-2-Pro-Mistral-7B") model = PeftModel.from_pretrained(base_model, "nhoxinh/95f78e23-51b0-4c29-9d8d-28f99fd40563") - Notebooks
- Google Colab
- Kaggle
Ctrl+K