TimeThink (SFT)
Time-series LLM (Qwen3-8B + TS encoder) trained with SFT for compositional time-series reasoning.
Load
from transformers import AutoModelForCausalLM, AutoProcessor
model = AutoModelForCausalLM.from_pretrained(
"sudarshanregmi/timethink-sft", trust_remote_code=True)
processor = AutoProcessor.from_pretrained(
"sudarshanregmi/timethink-sft", trust_remote_code=True)
Requires transformers>=4.54.
Evaluation data: sudarshanregmi/timethink
- Downloads last month
- -
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support