Views
No views yet
<caption>...</caption> tags, with no chain-of-thought.yguooo/newyorker_caption_ranking).HumorR1/rm-qwen25vl-3b-nodesc for the reward model used to train (and
score) this policy.Qwen/Qwen3-VL-2B-Instruct.
This repo is a LoRA adapter; load with peft.PeftModel.from_pretrained.1from PIL import Image
2from transformers import AutoProcessor
3from vllm import LLM, SamplingParams
4from vllm.lora.request import LoRARequest
5
6processor = AutoProcessor.from_pretrained("Qwen/Qwen3-VL-2B-Instruct", trust_remote_code=True)
7llm = LLM(model="Qwen/Qwen3-VL-2B-Instruct", trust_remote_code=True, dtype="bfloat16",
8 enable_lora=True, max_lora_rank=32, max_model_len=4096)
9
10# Caption format: <caption>X</caption>; thinking variant prefixes <think>...</think>.HumorR1/rm-qwen25vl-3b-nodesc (held-out pairwise accuracy 0.6635).