How to use interlive/STRIDE-R002-PMDM-Qwen3-VL-2B with Transformers:
# Load model directly from transformers import AutoProcessor, Qwen3VLForProactiveMDM processor = AutoProcessor.from_pretrained("interlive/STRIDE-R002-PMDM-Qwen3-VL-2B") model = Qwen3VLForProactiveMDM.from_pretrained("interlive/STRIDE-R002-PMDM-Qwen3-VL-2B")