Instructions to use VERSIL91/ca974c58-ab5e-4e73-abcc-34e8ea33372d with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/ca974c58-ab5e-4e73-abcc-34e8ea33372d 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, "VERSIL91/ca974c58-ab5e-4e73-abcc-34e8ea33372d") - Notebooks
- Google Colab
- Kaggle
Ctrl+K