Instructions to use DeepDream2045/2c3d06f9-300c-4f57-b3ee-d023e9f79bae with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use DeepDream2045/2c3d06f9-300c-4f57-b3ee-d023e9f79bae with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("echarlaix/tiny-random-mistral") model = PeftModel.from_pretrained(base_model, "DeepDream2045/2c3d06f9-300c-4f57-b3ee-d023e9f79bae") - Notebooks
- Google Colab
- Kaggle