Instructions to use chloeli/qwen-2.5-32b-baseline with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use chloeli/qwen-2.5-32b-baseline 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, "chloeli/qwen-2.5-32b-baseline") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
107bf0d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f0640f2629b1c1dbb30a65c0491006f21b2e9dbf4ffd52fdb88d1722509c099e
size 2147605960
|