Instructions to use yifanxie/Qwen-Qwen1.5-0.5B-1718222494 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-1718222494 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-1718222494") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
b1f7826 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1cc76c1cf43408e0cc4154e67438cee090f8478b4531db36e551ffabbce563cb
size 1978648
|