How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="ysmao/SpatialLM1.1-Qwen-0.5B-ScanNet-SFT")
messages = [
    {"role": "user", "content": "Who are you?"},
]
pipe(messages)
# Load model directly
from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("ysmao/SpatialLM1.1-Qwen-0.5B-ScanNet-SFT", device_map="auto")
Quick Links

SpatialLM1.1-Qwen-0.5B-ScanNet-SFT

This is a finetuned version of SpatialLM1.1-Qwen-0.5B on ScanNet. During inference, the z-axis needs to be kept as the up axis; the x and y axes need to be aligned.

Downloads last month
15
Safetensors
Model size
0.6B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for ysmao/SpatialLM1.1-Qwen-0.5B-ScanNet-SFT

Finetuned
(3)
this model