Instructions to use DeepDream2045/10b868e8-f1c8-4d9a-8998-c5b2f3d45ffb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use DeepDream2045/10b868e8-f1c8-4d9a-8998-c5b2f3d45ffb with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/SmolLM2-360M-Instruct") model = PeftModel.from_pretrained(base_model, "DeepDream2045/10b868e8-f1c8-4d9a-8998-c5b2f3d45ffb") - Notebooks
- Google Colab
- Kaggle
File too large to display, you can check the raw version instead.