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