rsoohyun commited on
Commit
d8af634
·
verified ·
1 Parent(s): 2de4f12

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: transformers
4
+ pipeline_tag: image-text-to-text
5
+ datasets:
6
+ - rsoohyun/SpatialBlock-15k
7
+ base_model:
8
+ - Qwen/Qwen2.5-VL-3B-Instruct
9
+ ---
10
+
11
+ # SpatialBlock-3B-direct
12
+
13
+ This repository contains the **SpatialBlock-3B-direct** checkpoint from the paper [SpatialBlock: Enhancing Spatial Intelligence in LVLMs via Synthetic Block-Stacking Problem](https://huggingface.co/papers/2609.07064).
14
+
15
+ It is a fine-tuned version of [Qwen2.5-VL-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-VL-3B-Instruct) on the synthetic [SpatialBlock-15k](https://huggingface.co/datasets/rsoohyun/SpatialBlock-15k) dataset. The model directly predicts answers to spatial reasoning tasks such as 3D-to-2D projection, viewpoint transformation, and structural combination.
16
+
17
+ For training details, evaluation results, and the companion “reason” model, please refer to the GitHub repository: [https://github.com/rsoohyun/SpatialBlock](https://github.com/rsoohyun/SpatialBlock).