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
+ [Paper](https://huggingface.co/papers/2609.07064) · [GitHub](https://github.com/rsoohyun/SpatialBlock)
10
+
11
+ This repository contains the SpatialBlock model described in [SpatialBlock: Enhancing Spatial Intelligence in LVLMs via Synthetic Block-Stacking Problem](https://huggingface.co/papers/2609.07064). It is a vision-language model fine-tuned from Qwen2.5-VL on the [SpatialBlock-15k](https://huggingface.co/datasets/rsoohyun/SpatialBlock-15k) dataset to improve 3D spatial reasoning from 2D images.