Instructions to use prxy5605/7f6a23ff-a8ef-4567-843e-e980c6538814 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use prxy5605/7f6a23ff-a8ef-4567-843e-e980c6538814 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-Math-7B-Instruct") model = PeftModel.from_pretrained(base_model, "prxy5605/7f6a23ff-a8ef-4567-843e-e980c6538814") - Notebooks
- Google Colab
- Kaggle
Ctrl+K