Instructions to use dada22231/adc5cc35-a684-4ba9-92e4-e4d68253fe80 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dada22231/adc5cc35-a684-4ba9-92e4-e4d68253fe80 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, "dada22231/adc5cc35-a684-4ba9-92e4-e4d68253fe80") - Notebooks
- Google Colab
- Kaggle
Ctrl+K