Add model card

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -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 based on Qwen2.5-VL, introduced in the paper [SpatialBlock: Enhancing Spatial Intelligence in LVLMs via Synthetic Block-Stacking Problem](https://huggingface.co/papers/2609.07064). It is trained on the synthetic [SpatialBlock-15k](https://huggingface.co/datasets/rsoohyun/SpatialBlock-15k) dataset to improve spatial reasoning in LVLMs through block-stacking tasks, including 3D-to-2D projection, viewpoint transformation, and structural combination.
10
+
11
+ Code and training scripts are available at [https://github.com/rsoohyun/SpatialBlock](https://github.com/rsoohyun/SpatialBlock).