Instructions to use chloeli/qwen-2.5-32b-general-spec-aft-no-cot 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-aft-no-cot 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-aft-no-cot") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
3e4433b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d13647177065b50a5b2f0cee227f0d77825da0cd8a2da79e26694efed47db3a5
size 2147605960
|