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