TUE-Detector Post-SFT Checkpoint

This repository provides the merged Qwen2.5-VL-7B checkpoint used as the stable post-SFT, pre-RL initialization for the TUE-Detector release.

The accompanying inference and tool-use code is available at Louis-YW/TUE.

Loading

from transformers import AutoProcessor, Qwen2_5_VLForConditionalGeneration

model_id = "Louis-YW/TUE-Detector-SFT-ep4p5"
model = Qwen2_5_VLForConditionalGeneration.from_pretrained(
    model_id,
    torch_dtype="auto",
    device_map="auto",
)
processor = AutoProcessor.from_pretrained(model_id)

For structured artifact lineage, see training_provenance.json.

Downloads last month
12
Safetensors
Model size
8B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support