Instructions to use cling1024/Qwen-Qwen1.5-0.5B-1728262905 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use cling1024/Qwen-Qwen1.5-0.5B-1728262905 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen1.5-0.5B") model = PeftModel.from_pretrained(base_model, "cling1024/Qwen-Qwen1.5-0.5B-1728262905") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
2a3b08b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6542bbcbcf4736a923b160356cf6ee1355d6d50189a339818252d3342762b547
size 3158328
|