Instructions to use arcwarden46/a7993d21-95a2-4b65-89bd-e2eb52aef2c7 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use arcwarden46/a7993d21-95a2-4b65-89bd-e2eb52aef2c7 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("teknium/OpenHermes-2.5-Mistral-7B") model = PeftModel.from_pretrained(base_model, "arcwarden46/a7993d21-95a2-4b65-89bd-e2eb52aef2c7") - Notebooks
- Google Colab
- Kaggle
Ctrl+K