Instructions to use mikethoue/task-15-Qwen-Qwen2.5-3B-Instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use mikethoue/task-15-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, "mikethoue/task-15-Qwen-Qwen2.5-3B-Instruct") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
209b3b6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:46ecc50374e27c3a7deda5ba4894d51818813e4331c19cd9e079c2a73c3f3c2a
size 7391728
|