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