How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "prithivMLmods/SpatialBlock-7B-reason-GGUF"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "prithivMLmods/SpatialBlock-7B-reason-GGUF",
		"messages": [
			{
				"role": "user",
				"content": [
					{
						"type": "text",
						"text": "Describe this image in one sentence."
					},
					{
						"type": "image_url",
						"image_url": {
							"url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg"
						}
					}
				]
			}
		]
	}'
Use Docker
docker model run hf.co/prithivMLmods/SpatialBlock-7B-reason-GGUF:
Quick Links

SpatialBlock-7B-reason-GGUF

SpatialBlock-7B-reason is an open-source multimodal model released on Hugging Face by rsoohyun under the Apache-2.0 license, developed to advance spatial reasoning capabilities in Large Vision-Language Models (LVLMs). Based on the Qwen/Qwen2.5-VL-7B-Instruct architecture and compatible with Hugging Face's transformers library under the image-text-to-text pipeline, the model is fine-tuned on the synthetic SpatialBlock-15k dataset as introduced in the research paper SpatialBlock: Enhancing Spatial Intelligence in LVLMs via Synthetic Block-Stacking Problem. It is designed to tackle complex spatial intelligence benchmarks by reasoning through and directly predicting answers for challenging tasks such as 3D-to-2D projections, viewpoint transformations, and structural combinations, with further implementation details, benchmarks, and companion checkpoints hosted on its project GitHub repository.

Model Files

File Name Quant Type File Size File Link
SpatialBlock-7B-reason.BF16.gguf BF16 15.2 GB Download
SpatialBlock-7B-reason.Q4_K_M.gguf Q4_K_M 4.68 GB Download
SpatialBlock-7B-reason.Q5_K_M.gguf Q5_K_M 5.44 GB Download
SpatialBlock-7B-reason.mmproj-bf16.gguf mmproj-bf16 1.36 GB Download

llama.cpp

LLM inference in C/C++ — https://github.com/ggml-org/llama.cpp

Downloads last month
321
GGUF
Model size
8B params
Architecture
qwen2vl
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for prithivMLmods/SpatialBlock-7B-reason-GGUF

Quantized
(1)
this model

Collection including prithivMLmods/SpatialBlock-7B-reason-GGUF