Instructions to use DeepDream2045/b39db7ec-8936-4638-9607-e13d6ba0b2cd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use DeepDream2045/b39db7ec-8936-4638-9607-e13d6ba0b2cd with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("codellama/CodeLlama-7b-Instruct-hf") model = PeftModel.from_pretrained(base_model, "DeepDream2045/b39db7ec-8936-4638-9607-e13d6ba0b2cd") - Notebooks
- Google Colab
- Kaggle
Ctrl+K