Diankun commited on
Commit
635b637
·
verified ·
1 Parent(s): 94e709a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+
3
+ base_model:
4
+ - Qwen/Qwen2.5-VL-3B-Instruct
5
+ license: mit
6
+ pipeline_tag: video-text-to-text
7
+ library_name: transformers
8
+ ---
9
+
10
+ This repository contains the model described in [Spatial-MLLM: Boosting MLLM Capabilities in Visual-based Spatial Intelligence](https://huggingface.co/papers/2505.23747).
11
+
12
+ Project page: https://diankun-wu.github.io/Spatial-MLLM/
13
+
14
+ Code: https://github.com/diankun-wu/Spatial-MLLM