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

#1
by nielsr HF Staff - opened
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