Instructions to use gavrilstep/f0b4c8d7-2388-475e-897a-bc4ae78cbf12 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use gavrilstep/f0b4c8d7-2388-475e-897a-bc4ae78cbf12 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-0.5B") model = PeftModel.from_pretrained(base_model, "gavrilstep/f0b4c8d7-2388-475e-897a-bc4ae78cbf12") - Notebooks
- Google Colab
- Kaggle
Ctrl+K