Improve model card: Correct pipeline tag, add library name, and link project page
Browse filesThis PR improves the model card by:
- Correcting the `pipeline_tag` to `video-text-to-text`.
- Adding `library_name: transformers`
- Adding a link to the project page.
This update enhances discoverability and provides a more comprehensive description of the model.
README.md
CHANGED
@@ -1,6 +1,13 @@
|
|
1 |
---
|
2 |
-
license: mit
|
3 |
base_model:
|
4 |
- Qwen/Qwen2.5-VL-3B-Instruct
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
|
|
2 |
base_model:
|
3 |
- Qwen/Qwen2.5-VL-3B-Instruct
|
4 |
+
license: mit
|
5 |
+
pipeline_tag: video-text-to-text
|
6 |
+
library_name: transformers
|
7 |
+
---
|
8 |
+
|
9 |
+
This repository contains the model described in [Spatial-MLLM: Boosting MLLM Capabilities in Visual-based Spatial Intelligence](https://huggingface.co/papers/2505.23747).
|
10 |
+
|
11 |
+
Project page: https://diankun-wu.github.io/Spatial-MLLM/
|
12 |
+
|
13 |
+
Code: https://github.com/diankun-wu/Spatial-MLLM
|