Add model card

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +11 -0
README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: transformers
4
+ pipeline_tag: image-text-to-text
5
+ ---
6
+
7
+ # SpatialBlock
8
+
9
+ This model is a fine-tuned vision-language model introduced in the paper [SpatialBlock: Enhancing Spatial Intelligence in LVLMs via Synthetic Block-Stacking Problem](https://huggingface.co/papers/2609.07064). It is built on Qwen2.5-VL and trained on the fully synthetic SpatialBlock-15k dataset to improve spatial intelligence, including 3D-to-2D projection, viewpoint transformation, and structural combination reasoning.
10
+
11
+ For code, training scripts, and additional checkpoints, please see the [GitHub repository](https://github.com/rsoohyun/SpatialBlock).