Instructions to use seong67360/Qwen2.5-7B-Instruct_v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use seong67360/Qwen2.5-7B-Instruct_v3 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_v3") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
2714fb4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ffda39d83d905d627b1876f610ada8347d24bda252c69c3ef0f8f0861f1e8d67
size 5304
|