Instructions to use nhung03/873e3b31-5242-4d8f-ab15-b8b894d67836 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nhung03/873e3b31-5242-4d8f-ab15-b8b894d67836 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, "nhung03/873e3b31-5242-4d8f-ab15-b8b894d67836") - Notebooks
- Google Colab
- Kaggle
Ctrl+K