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