Instructions to use dada22231/0ce63847-2fb3-4975-a47e-f3f32ee8b49a with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dada22231/0ce63847-2fb3-4975-a47e-f3f32ee8b49a with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-1.5B") model = PeftModel.from_pretrained(base_model, "dada22231/0ce63847-2fb3-4975-a47e-f3f32ee8b49a") - Notebooks
- Google Colab
- Kaggle
File size: 130 Bytes