# 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
Model tree for Time-HD-Anonymous/STReasoner-8B
Base model
Qwen/Qwen3-8B-Base Finetuned
Qwen/Qwen3-8B Finetuned
Time-HD-Anonymous/STReasoner-8B-Align Finetuned
Time-HD-Anonymous/STReasoner-8B-CoT
# 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)