qingy2024 commited on
Commit
8ff39e5
·
verified ·
1 Parent(s): 29716f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -5,6 +5,10 @@ base_model:
5
  pipeline_tag: text-generation
6
  ---
7
 
 
 
8
  # Qwen3-VLTO-1.7B-Instruct
9
 
10
- Qwen3-VL-2B-Instruct but without the vision components (**V**ision **L**anguage **T**ext **O**nly). Functions exactly like a text-only Qwen model (such as Qwen3-1.7B).
 
 
 
5
  pipeline_tag: text-generation
6
  ---
7
 
8
+ <center><img style="height:100px" src="https://cdn-uploads.huggingface.co/production/uploads/66d78facde54fea8a009927e/n2pVs6-SPT0XsAyZPLKOY.png"></center>
9
+
10
  # Qwen3-VLTO-1.7B-Instruct
11
 
12
+ Qwen3-VL-2B-Instruct but without the vision components (**V**ision **L**anguage **T**ext **O**nly). Functions exactly like a text-only Qwen3 model.
13
+
14
+ 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.