Instructions to use aleegis09/b8fd1f8f-e235-4451-a30a-9467a7175c5c with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use aleegis09/b8fd1f8f-e235-4451-a30a-9467a7175c5c 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, "aleegis09/b8fd1f8f-e235-4451-a30a-9467a7175c5c") - Notebooks
- Google Colab
- Kaggle
Ctrl+K