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:bb0180d9179612e308a799d915cf8ccbcced4a006b9562e78fa1121cc61cc1b5
size 11422162
|