Instructions to use DeepDream2045/810bd9ec-23c9-4fbf-aebe-eefc3690f527 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use DeepDream2045/810bd9ec-23c9-4fbf-aebe-eefc3690f527 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, "DeepDream2045/810bd9ec-23c9-4fbf-aebe-eefc3690f527") - Notebooks
- Google Colab
- Kaggle
Ctrl+K