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 ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: transformers
4
+ pipeline_tag: image-text-to-text
5
+ ---
6
+
7
+ # SpatialBlock
8
+
9
+ This repository contains a fine-tuned vision-language model based on Qwen3-VL and trained on **SpatialBlock-15k**, a synthetic dataset of block-stacking problems designed to improve spatial intelligence in LVLMs.
10
+
11
+ The model is presented in the paper [SpatialBlock: Enhancing Spatial Intelligence in LVLMs via Synthetic Block-Stacking Problem](https://huggingface.co/papers/2609.07064).
12
+
13
+ Code and training details are available at [https://github.com/rsoohyun/SpatialBlock](https://github.com/rsoohyun/SpatialBlock).