Instructions to use datek/Qwen-Qwen1.5-1.8B-1718410980 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use datek/Qwen-Qwen1.5-1.8B-1718410980 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, "datek/Qwen-Qwen1.5-1.8B-1718410980") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
4058c4f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:41b12a7603a54a82e1b731c7ee94c2a9bb0960984ae06d04c3cfc0e565626358
size 5304
|