--- library_name: transformers base_model: - Qwen/Qwen3-VL-8B-Instruct pipeline_tag: text-generation ---
# Qwen3-VLTO-8B-Instruct Qwen3-VL-8B-Instruct but without the vision components (**V**ision **L**anguage **T**ext **O**nly). Functions exactly like a text-only Qwen3 model. To do this, I simply imported the weights from the VL model into the text model via PyTorch's `load_state_dict`. The model architecture is essentially the exact same. ![](https://qianwen-res.oss-accelerate.aliyuncs.com/Qwen3-VL/qwen3vl_4b_8b_text_instruct.jpg)