Instructions to use souging/4cdc9a4e-7448-45ad-bf08-a694cc569bfd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use souging/4cdc9a4e-7448-45ad-bf08-a694cc569bfd with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-1.5B") model = PeftModel.from_pretrained(base_model, "souging/4cdc9a4e-7448-45ad-bf08-a694cc569bfd") - Notebooks
- Google Colab
- Kaggle
File too large to display, you can check the raw version instead.