Instructions to use dimasik87/7e2b7022-0bfa-480d-b146-b5e0c308b56e with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dimasik87/7e2b7022-0bfa-480d-b146-b5e0c308b56e with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-Math-1.5B") model = PeftModel.from_pretrained(base_model, "dimasik87/7e2b7022-0bfa-480d-b146-b5e0c308b56e") - Notebooks
- Google Colab
- Kaggle
Ctrl+K