TVP-Thinking with Visual Primitives
Collection
4 items • Updated
How to use yunfengwang/TVP-SFTPoint-Qwen2VL-2B with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2-VL-2B-Instruct")
model = PeftModel.from_pretrained(base_model, "yunfengwang/TVP-SFTPoint-Qwen2VL-2B")Point expert LoRA adapter for Thinking with Visual Primitives.
Stage 2: Specialized SFT (Point Expert) — Maze navigation and path tracing with <|point|> tokens.
See the project repo for full instructions.