Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model:
|
| 4 |
+
- Qwen/Qwen2.5-VL-7B-Instruct
|
| 5 |
+
- Qwen/Qwen2.5-Coder-7B-Instruct
|
| 6 |
+
- deepseek-ai/DeepSeek-R1-Distill-Qwen-7B
|
| 7 |
+
tags:
|
| 8 |
+
- merge
|
| 9 |
+
- mergekit
|
| 10 |
+
- vision
|
| 11 |
+
- code
|
| 12 |
+
- reasoning
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# Qwen-VL-Coder-R1-7B
|
| 16 |
+
|
| 17 |
+
Vision + coding + reasoning merge. Qwen2.5-VL language backbone used as base,
|
| 18 |
+
with Qwen2.5-Coder-7B-Instruct (0.6) and DeepSeek-R1-Distill-Qwen-7B (0.4)
|
| 19 |
+
merged via DARE-TIES. Original VL vision tower reattached.
|
| 20 |
+
|
| 21 |
+
## Run with llama.cpp / LM Studio
|
| 22 |
+
Use `Qwen-VL-Coder-R1-7B-Q4_K_M.gguf` together with
|
| 23 |
+
`mmproj-Qwen-VL-Coder-R1-7B-f16.gguf` for image support. Fits in 8GB.
|