Update README.md
Browse files
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 |
+

|