Instructions to use ToastyPigeon/qwen32-rp-ws with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ToastyPigeon/qwen32-rp-ws with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-32B-Instruct") model = PeftModel.from_pretrained(base_model, "ToastyPigeon/qwen32-rp-ws") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
94f1732 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:46a20499ca8ea692b5968a49d8b65a9c4a05bc57c11f746f4f918fe5a43a7b77
size 8184
|