Image-Text-to-Text
Transformers
Safetensors
qwen3_vl
conversational

Add model card

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