Instructions to use 0x1202/e0fa7c5d-2783-4018-8d5c-34f40936f7fa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use 0x1202/e0fa7c5d-2783-4018-8d5c-34f40936f7fa with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("heegyu/WizardVicuna-open-llama-3b-v2") model = PeftModel.from_pretrained(base_model, "0x1202/e0fa7c5d-2783-4018-8d5c-34f40936f7fa") - Notebooks
- Google Colab
- Kaggle
Ctrl+K