Instructions to use ADHIZ/qwenv5version1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ADHIZ/qwenv5version1 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, "ADHIZ/qwenv5version1") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
8f3bfc9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:962b8d8c521fefa934665afddae177326e974ddd6a26e69ff31ad6bccbb5593b
size 11421994
|