Instructions to use srrthk/task-13-Qwen-Qwen2.5-3B-Instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use srrthk/task-13-Qwen-Qwen2.5-3B-Instruct with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-3B-Instruct") model = PeftModel.from_pretrained(base_model, "srrthk/task-13-Qwen-Qwen2.5-3B-Instruct") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
90a2992 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:98ed3f9c0534b709833ca965e14164a527c01891215c36a9a15620a594b8315f
size 3705288
|