Remove self referencing base model
Browse filesCurrently, the base model is referencing itself, which breaks the model tree. If there is no public base model available you can leave this field blank :)
README.md
CHANGED
@@ -8,8 +8,6 @@ pipeline_tag: image-text-to-text
|
|
8 |
tags:
|
9 |
- multimodal
|
10 |
library_name: transformers
|
11 |
-
base_model:
|
12 |
-
- Qwen/Qwen2.5-VL-3B-Instruct
|
13 |
---
|
14 |
|
15 |
# Qwen2.5-VL-3B-Instruct
|
|
|
8 |
tags:
|
9 |
- multimodal
|
10 |
library_name: transformers
|
|
|
|
|
11 |
---
|
12 |
|
13 |
# Qwen2.5-VL-3B-Instruct
|