qingy2024 commited on
Commit
1705ee7
·
verified ·
1 Parent(s): 8ca420f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -12,4 +12,6 @@ pipeline_tag: text-generation
12
 
13
  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.
14
 
15
- 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.
 
 
 
12
 
13
  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.
14
 
15
+ 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.
16
+
17
+ ![](https://qianwen-res.oss-accelerate.aliyuncs.com/Qwen3-VL/qwen3vl_4b_8b_text_instruct.jpg)