Instructions to use DeepDream2045/8541f806-4e70-4054-ac44-3b08df7cf8ae with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use DeepDream2045/8541f806-4e70-4054-ac44-3b08df7cf8ae with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2-1.5B-Instruct") model = PeftModel.from_pretrained(base_model, "DeepDream2045/8541f806-4e70-4054-ac44-3b08df7cf8ae") - Notebooks
- Google Colab
- Kaggle