nielsr HF Staff commited on
Commit
af33164
·
verified ·
1 Parent(s): aea91ab

Improve model card: Correct pipeline tag, add library name, and link project page

Browse files

This 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.

Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -1,6 +1,13 @@
1
  ---
2
- license: mit
3
  base_model:
4
  - Qwen/Qwen2.5-VL-3B-Instruct
5
- pipeline_tag: visual-question-answering
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