Instructions to use dzanbek/dcef9753-f7f8-4e09-92b6-472a529277fb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dzanbek/dcef9753-f7f8-4e09-92b6-472a529277fb with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Nous-Hermes-llama-2-7b") model = PeftModel.from_pretrained(base_model, "dzanbek/dcef9753-f7f8-4e09-92b6-472a529277fb") - Notebooks
- Google Colab
- Kaggle
Ctrl+K