Instructions to use Dnsx077/39e34333-9eaf-4a3d-9e2d-0cf86cf4fb29 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Dnsx077/39e34333-9eaf-4a3d-9e2d-0cf86cf4fb29 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-Coder-7B") model = PeftModel.from_pretrained(base_model, "Dnsx077/39e34333-9eaf-4a3d-9e2d-0cf86cf4fb29") - Notebooks
- Google Colab
- Kaggle
Ctrl+K