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

pipe = pipeline("feature-extraction", model="Time-HD-Anonymous/STReasoner-8B", trust_remote_code=True)
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Time-HD-Anonymous/STReasoner-8B", trust_remote_code=True, dtype="auto")
Quick Links

STReasoner is a time series LLM for spatio-temporal reasoning.

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

Model tree for Time-HD-Anonymous/STReasoner-8B

Dataset used to train Time-HD-Anonymous/STReasoner-8B