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