Instructions to use shibajustfor/33d25f48-d229-42d9-8bf9-63d1ed434885 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use shibajustfor/33d25f48-d229-42d9-8bf9-63d1ed434885 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/workspace/input_data/unsloth/Qwen2.5-0.5B-Instruct") model = PeftModel.from_pretrained(base_model, "shibajustfor/33d25f48-d229-42d9-8bf9-63d1ed434885") - Notebooks
- Google Colab
- Kaggle
Ctrl+K