| { | |
| "quantiles": [ | |
| 0.1, | |
| 0.2, | |
| 0.3, | |
| 0.4, | |
| 0.5, | |
| 0.6, | |
| 0.7, | |
| 0.8, | |
| 0.9 | |
| ], | |
| "seq_len": 2048, | |
| "output_token_len": 48, | |
| "top_k_periods": 4, | |
| "significance_alpha": 0.05, | |
| "n_harmonics": 1, | |
| "conv_dim": 64, | |
| "n_layers": 10, | |
| "kernel_size": 3, | |
| "ffn_mult": 1.0, | |
| "pool_kind": "mean_last", | |
| "causal": true, | |
| "phase_bins": 16, | |
| "decoder_depth": 1, | |
| "separable_conv": true, | |
| "share_ffn": true, | |
| "future_conv": true, | |
| "future_conv_layers": 6, | |
| "future_conv_seed": 128 | |
| } |