Instructions to use yifanxie/Qwen-Qwen1.5-0.5B-1718575927 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use yifanxie/Qwen-Qwen1.5-0.5B-1718575927 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, "yifanxie/Qwen-Qwen1.5-0.5B-1718575927") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
6dcad3c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d9956bc587ced7769415831435d7789e906f50b8fbfe4a0016c27c6cece94944
size 3158328
|