Instructions to use Jerry-Adams/Qwen-Qwen2-1.5B-Instruct-1728587409 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Jerry-Adams/Qwen-Qwen2-1.5B-Instruct-1728587409 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, "Jerry-Adams/Qwen-Qwen2-1.5B-Instruct-1728587409") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
fd35af5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f9004d91e2138c02ecbc3d4c4d4d58aeddfc668d125956c13a92e4dcd7b33eb9
size 5432
|