How to use HumorR1/policy-e1a-sft-no-thinking with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-VL-2B-Instruct") model = PeftModel.from_pretrained(base_model, "HumorR1/policy-e1a-sft-no-thinking")
The community tab is the place to discuss and collaborate with the HF community!