Instructions to use jerseyjerry/Qwen-Qwen2-1.5B-Instruct-1725092593 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-1725092593 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-1725092593") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
0c7f127 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5645c612719acce0267fbdb99903ef5d80262685dc834c17bdb13ee05b77da2d
size 5368
|