Instructions to use chriswilde006/qwen2.5-peft-stage1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use chriswilde006/qwen2.5-peft-stage1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-Coder-3B-Instruct") model = PeftModel.from_pretrained(base_model, "chriswilde006/qwen2.5-peft-stage1") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
11d9f34 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:01c801ee25e9825dedb24ccbee61796feb5cdbe94f567eb6deca85802f4f48c7
size 59933632
|