trichronos-eval / README.md
iravikr's picture
Fix README colors + upload source files
469a2d6 verified
|
Raw
History Blame Contribute Delete
771 Bytes
---
title: TriChronos Eval
emoji: πŸ“Š
colorFrom: green
colorTo: blue
sdk: gradio
sdk_version: 5.34.2
python_version: "3.11"
app_file: app.py
pinned: false
hardware: cpu-upgrade
---
# TriChronos-0.1B β€” Evaluation Space
Upload a TriChronos checkpoint and run zero-shot MASE evaluation against the
[Monash Time Series Forecasting](https://forecastingdata.org/) benchmark.
Runs fully on CPU β€” no GPU required.
## Usage
1. Upload a `model_state.pt` checkpoint (from the training Space)
2. Set the max series per dataset (default 50 for fast eval)
3. Click **Run Evaluation**
4. Watch MASE results stream in per dataset
## What is MASE?
Mean Absolute Scaled Error vs. a seasonal-naive baseline.
Lower is better. MASE < 1.0 means the model beats the naive forecast.