Instructions to use 0xfaskety/Qwen-Qwen1.5-1.8B-1726741738 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use 0xfaskety/Qwen-Qwen1.5-1.8B-1726741738 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen1.5-1.8B") model = PeftModel.from_pretrained(base_model, "0xfaskety/Qwen-Qwen1.5-1.8B-1726741738") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
c1e10a3 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f7ef75634185169b18da27707cbbcc1f7089027cd63dd7cbfa48b8c685561827
size 5304
|