lee101 commited on
Commit
12d0d78
·
verified ·
1 Parent(s): 3abe34c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # FrontierTS - Frontier Time Series Forecasting Model
2
+
3
+ ## Architecture
4
+ - **Type**: Decoder-only transformer with patch-based input
5
+ - **Features**: RoPE, SwiGLU, sinh⁻¹ normalization, quantile regression (9 quantiles), multi-token prediction, CPM
6
+ - **Optimizer**: Muon (2x compute efficiency vs AdamW) + AdamW for non-matrix params
7
+
8
+ ## Training Data
9
+ - autogluon/chronos_datasets (M4, Electricity, Dominick, etc.)
10
+ - KernelSynth-style synthetic time series
11
+
12
+ ## References
13
+ - TiRex (arxiv:2505.23719) | Chronos-2 (arxiv:2510.15821)
14
+ - Moirai 2.0 (arxiv:2511.11698) | Moonlight/Muon (arxiv:2502.16982)
15
+
16
+ ## Checkpoint: step 5 (final)