Spaces:
Paused
Paused
A newer version of the Gradio SDK is available: 6.24.0
metadata
title: TriChronos Train
emoji: π§
colorFrom: indigo
colorTo: purple
sdk: gradio
sdk_version: 5.34.2
python_version: '3.11'
app_file: app.py
pinned: true
hardware: a100-large
storage: small
TriChronos-0.1B β Training Space
This Space trains TriChronos-0.1B (100M-param ternary time-series forecasting model) on Salesforce/lotsa_data.
Setup checklist (one-time, manual steps on HF)
- Settings β Hardware β upgrade to
Nvidia A100 - large(~$2.50/hr) - Settings β Persistent storage β enable (so checkpoints survive restarts)
- Settings β Variables and Secrets β add:
HF_TOKEN= your HF write tokenSPACE_ID=iravikr/trichronos-train
- Restart the Space β training will start automatically when the app loads.
What the UI shows
- Live training log β streams stdout from
train.py - Loss tracker β latest checkpoint loss from
checkpoints/loss.txt - Budget meter β elapsed wall-clock time vs. 7h10m hard limit
- Start / Stop buttons