Submit evaluation results for Tabby

#40
by XSF0528 - opened
This view is limited to 50 files because it contains too many changes. See the raw diff here.
Files changed (50) hide show
  1. results/Tabby/Australia_Solar/H/long/config.json +37 -0
  2. results/Tabby/Australia_Solar/H/long/metrics.npz +3 -0
  3. results/Tabby/Australia_Solar/H/long/predictions.npz +3 -0
  4. results/Tabby/Australia_Solar/H/medium/config.json +37 -0
  5. results/Tabby/Australia_Solar/H/medium/metrics.npz +3 -0
  6. results/Tabby/Australia_Solar/H/medium/predictions.npz +3 -0
  7. results/Tabby/Australia_Solar/H/short/config.json +37 -0
  8. results/Tabby/Australia_Solar/H/short/metrics.npz +3 -0
  9. results/Tabby/Australia_Solar/H/short/predictions.npz +3 -0
  10. results/Tabby/Auto_Production_SF/M/short/config.json +37 -0
  11. results/Tabby/Auto_Production_SF/M/short/metrics.npz +3 -0
  12. results/Tabby/Auto_Production_SF/M/short/predictions.npz +3 -0
  13. results/Tabby/CPHL/15T/long/config.json +37 -0
  14. results/Tabby/CPHL/15T/long/metrics.npz +3 -0
  15. results/Tabby/CPHL/15T/long/predictions.npz +3 -0
  16. results/Tabby/CPHL/15T/medium/config.json +37 -0
  17. results/Tabby/CPHL/15T/medium/metrics.npz +3 -0
  18. results/Tabby/CPHL/15T/medium/predictions.npz +3 -0
  19. results/Tabby/CPHL/15T/short/config.json +37 -0
  20. results/Tabby/CPHL/15T/short/metrics.npz +3 -0
  21. results/Tabby/CPHL/15T/short/predictions.npz +3 -0
  22. results/Tabby/CPHL/30T/long/config.json +37 -0
  23. results/Tabby/CPHL/30T/long/metrics.npz +3 -0
  24. results/Tabby/CPHL/30T/long/predictions.npz +3 -0
  25. results/Tabby/CPHL/30T/medium/config.json +37 -0
  26. results/Tabby/CPHL/30T/medium/metrics.npz +3 -0
  27. results/Tabby/CPHL/30T/medium/predictions.npz +3 -0
  28. results/Tabby/CPHL/30T/short/config.json +37 -0
  29. results/Tabby/CPHL/30T/short/metrics.npz +3 -0
  30. results/Tabby/CPHL/30T/short/predictions.npz +3 -0
  31. results/Tabby/CPHL/H/long/config.json +37 -0
  32. results/Tabby/CPHL/H/long/metrics.npz +3 -0
  33. results/Tabby/CPHL/H/long/predictions.npz +3 -0
  34. results/Tabby/CPHL/H/medium/config.json +37 -0
  35. results/Tabby/CPHL/H/medium/metrics.npz +3 -0
  36. results/Tabby/CPHL/H/medium/predictions.npz +3 -0
  37. results/Tabby/CPHL/H/short/config.json +37 -0
  38. results/Tabby/CPHL/H/short/metrics.npz +3 -0
  39. results/Tabby/CPHL/H/short/predictions.npz +3 -0
  40. results/Tabby/Coastal_T_S/15T/long/config.json +37 -0
  41. results/Tabby/Coastal_T_S/15T/long/metrics.npz +3 -0
  42. results/Tabby/Coastal_T_S/15T/long/predictions.npz +3 -0
  43. results/Tabby/Coastal_T_S/15T/medium/config.json +37 -0
  44. results/Tabby/Coastal_T_S/15T/medium/metrics.npz +3 -0
  45. results/Tabby/Coastal_T_S/15T/medium/predictions.npz +3 -0
  46. results/Tabby/Coastal_T_S/15T/short/config.json +37 -0
  47. results/Tabby/Coastal_T_S/15T/short/metrics.npz +3 -0
  48. results/Tabby/Coastal_T_S/15T/short/predictions.npz +3 -0
  49. results/Tabby/Coastal_T_S/20T/long/config.json +37 -0
  50. results/Tabby/Coastal_T_S/20T/long/metrics.npz +3 -0
results/Tabby/Australia_Solar/H/long/config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "Australia_Solar/H/long",
3
+ "num_series": 1,
4
+ "num_windows": 15,
5
+ "num_variates": 3,
6
+ "prediction_length": 168,
7
+ "num_quantiles": 9,
8
+ "quantile_levels": [
9
+ 0.1,
10
+ 0.2,
11
+ 0.3,
12
+ 0.4,
13
+ 0.5,
14
+ 0.6,
15
+ 0.7,
16
+ 0.8,
17
+ 0.9
18
+ ],
19
+ "freq": "H",
20
+ "seasonality": 24,
21
+ "context_length": 8096,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "prediction_scale_factor": 100.0,
33
+ "model": "ptfm_prompt8096",
34
+ "mode": "prompt",
35
+ "ckpt": "runs_patchtstfm/0830_tabbyarm4_8096_segC_hmask_pred96_a2_plen160_S16ada_ms48_sp48_r4h32_anc_q0_lr0.001_gate5.0_cos20e0.1_stop20_seed4_step_0175000/checkpoint_best.pt",
36
+ "per_variate_rows": true
37
+ }
results/Tabby/Australia_Solar/H/long/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc919288adff4506ddd78646ee2617ee0da100bd3d926bdd0022b3365253781c
3
+ size 4529
results/Tabby/Australia_Solar/H/long/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4828840dadb981628930f3a9460777619761e333385e73b36aa92e12be87d05f
3
+ size 123485
results/Tabby/Australia_Solar/H/medium/config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "Australia_Solar/H/medium",
3
+ "num_series": 1,
4
+ "num_windows": 35,
5
+ "num_variates": 3,
6
+ "prediction_length": 72,
7
+ "num_quantiles": 9,
8
+ "quantile_levels": [
9
+ 0.1,
10
+ 0.2,
11
+ 0.3,
12
+ 0.4,
13
+ 0.5,
14
+ 0.6,
15
+ 0.7,
16
+ 0.8,
17
+ 0.9
18
+ ],
19
+ "freq": "H",
20
+ "seasonality": 24,
21
+ "context_length": 8096,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "prediction_scale_factor": 100.0,
33
+ "model": "ptfm_prompt8096",
34
+ "mode": "prompt",
35
+ "ckpt": "runs_patchtstfm/0830_tabbyarm4_8096_segC_hmask_pred96_a2_plen160_S16ada_ms48_sp48_r4h32_anc_q0_lr0.001_gate5.0_cos20e0.1_stop20_seed4_step_0175000/checkpoint_best.pt",
36
+ "per_variate_rows": true
37
+ }
results/Tabby/Australia_Solar/H/medium/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4292ead38a9528ee61912ddad6fb2f7ce94581fda435b4796ecfeffd95ba21fb
3
+ size 8351
results/Tabby/Australia_Solar/H/medium/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12ae408e96e6268fd55981c735b45edafb916916ee4a45bb7af83b64719ee702
3
+ size 123771
results/Tabby/Australia_Solar/H/short/config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "Australia_Solar/H/short",
3
+ "num_series": 1,
4
+ "num_windows": 105,
5
+ "num_variates": 3,
6
+ "prediction_length": 24,
7
+ "num_quantiles": 9,
8
+ "quantile_levels": [
9
+ 0.1,
10
+ 0.2,
11
+ 0.3,
12
+ 0.4,
13
+ 0.5,
14
+ 0.6,
15
+ 0.7,
16
+ 0.8,
17
+ 0.9
18
+ ],
19
+ "freq": "H",
20
+ "seasonality": 24,
21
+ "context_length": 8096,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "prediction_scale_factor": 100.0,
33
+ "model": "ptfm_prompt8096",
34
+ "mode": "prompt",
35
+ "ckpt": "runs_patchtstfm/0830_tabbyarm4_8096_segC_hmask_pred96_a2_plen160_S16ada_ms48_sp48_r4h32_anc_q0_lr0.001_gate5.0_cos20e0.1_stop20_seed4_step_0175000/checkpoint_best.pt",
36
+ "per_variate_rows": true
37
+ }
results/Tabby/Australia_Solar/H/short/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9c575e7fba33dddc5e39b7971a6b938780e576933a7e4639b82fe8255650032
3
+ size 20758
results/Tabby/Australia_Solar/H/short/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f72eb87f0c6a3ad08bb33e2f1dcfc0857c121e064d8130ea42a42f29e58bc3e8
3
+ size 122993
results/Tabby/Auto_Production_SF/M/short/config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "Auto_Production_SF/M/short",
3
+ "num_series": 1,
4
+ "num_windows": 5,
5
+ "num_variates": 1,
6
+ "prediction_length": 12,
7
+ "num_quantiles": 9,
8
+ "quantile_levels": [
9
+ 0.1,
10
+ 0.2,
11
+ 0.3,
12
+ 0.4,
13
+ 0.5,
14
+ 0.6,
15
+ 0.7,
16
+ 0.8,
17
+ 0.9
18
+ ],
19
+ "freq": "M",
20
+ "seasonality": 12,
21
+ "context_length": 8096,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "prediction_scale_factor": 1.0,
33
+ "model": "ptfm_prompt8096",
34
+ "mode": "prompt",
35
+ "ckpt": "runs_patchtstfm/0830_tabbyarm4_8096_segC_hmask_pred96_a2_plen160_S16ada_ms48_sp48_r4h32_anc_q0_lr0.001_gate5.0_cos20e0.1_stop20_seed4_step_0175000/checkpoint_best.pt",
36
+ "per_variate_rows": true
37
+ }
results/Tabby/Auto_Production_SF/M/short/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a7c603f5b4ec59443810565153b321d2e69ef106b9adfde93bd77718d7721a1
3
+ size 1824
results/Tabby/Auto_Production_SF/M/short/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc63ab5ba4c11146f70f1dbe93ec07ad3621dc02094c8a4f0f96e8f70b0c4372
3
+ size 1314
results/Tabby/CPHL/15T/long/config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "CPHL/15T/long",
3
+ "num_series": 2,
4
+ "num_windows": 5,
5
+ "num_variates": 1,
6
+ "prediction_length": 288,
7
+ "num_quantiles": 9,
8
+ "quantile_levels": [
9
+ 0.1,
10
+ 0.2,
11
+ 0.3,
12
+ 0.4,
13
+ 0.5,
14
+ 0.6,
15
+ 0.7,
16
+ 0.8,
17
+ 0.9
18
+ ],
19
+ "freq": "15T",
20
+ "seasonality": 96,
21
+ "context_length": 8096,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "prediction_scale_factor": 1.0,
33
+ "model": "ptfm_prompt8096",
34
+ "mode": "prompt",
35
+ "ckpt": "runs_patchtstfm/0830_tabbyarm4_8096_segC_hmask_pred96_a2_plen160_S16ada_ms48_sp48_r4h32_anc_q0_lr0.001_gate5.0_cos20e0.1_stop20_seed4_step_0175000/checkpoint_best.pt",
36
+ "per_variate_rows": true
37
+ }
results/Tabby/CPHL/15T/long/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:929aa6642a93b48cd68ebad944ca4cb620ac6f4800f9716d42edc75f15b804e4
3
+ size 2172
results/Tabby/CPHL/15T/long/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e97b6f8910294c579ff136b29efa0b487f0fb128e8dd29bf86d6bb1562405b9f
3
+ size 38596
results/Tabby/CPHL/15T/medium/config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "CPHL/15T/medium",
3
+ "num_series": 2,
4
+ "num_windows": 15,
5
+ "num_variates": 1,
6
+ "prediction_length": 96,
7
+ "num_quantiles": 9,
8
+ "quantile_levels": [
9
+ 0.1,
10
+ 0.2,
11
+ 0.3,
12
+ 0.4,
13
+ 0.5,
14
+ 0.6,
15
+ 0.7,
16
+ 0.8,
17
+ 0.9
18
+ ],
19
+ "freq": "15T",
20
+ "seasonality": 96,
21
+ "context_length": 8096,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "prediction_scale_factor": 1.0,
33
+ "model": "ptfm_prompt8096",
34
+ "mode": "prompt",
35
+ "ckpt": "runs_patchtstfm/0830_tabbyarm4_8096_segC_hmask_pred96_a2_plen160_S16ada_ms48_sp48_r4h32_anc_q0_lr0.001_gate5.0_cos20e0.1_stop20_seed4_step_0175000/checkpoint_best.pt",
36
+ "per_variate_rows": true
37
+ }
results/Tabby/CPHL/15T/medium/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:576459c3e5109104c8f7922cf97db46f41ef397b4b5799f9431b5de389506bb9
3
+ size 3471
results/Tabby/CPHL/15T/medium/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07e84f93f09cdff0556502b18958009dcd07c72916b73f19d94195b8d4a59a6c
3
+ size 39131
results/Tabby/CPHL/15T/short/config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "CPHL/15T/short",
3
+ "num_series": 2,
4
+ "num_windows": 120,
5
+ "num_variates": 1,
6
+ "prediction_length": 12,
7
+ "num_quantiles": 9,
8
+ "quantile_levels": [
9
+ 0.1,
10
+ 0.2,
11
+ 0.3,
12
+ 0.4,
13
+ 0.5,
14
+ 0.6,
15
+ 0.7,
16
+ 0.8,
17
+ 0.9
18
+ ],
19
+ "freq": "15T",
20
+ "seasonality": 96,
21
+ "context_length": 8096,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "prediction_scale_factor": 1.0,
33
+ "model": "ptfm_prompt8096",
34
+ "mode": "prompt",
35
+ "ckpt": "runs_patchtstfm/0830_tabbyarm4_8096_segC_hmask_pred96_a2_plen160_S16ada_ms48_sp48_r4h32_anc_q0_lr0.001_gate5.0_cos20e0.1_stop20_seed4_step_0175000/checkpoint_best.pt",
36
+ "per_variate_rows": true
37
+ }
results/Tabby/CPHL/15T/short/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7abf33211ba4b3e6f828a497d83b71fcec89c8e6c391768cff8e246f70987ebf
3
+ size 15753
results/Tabby/CPHL/15T/short/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9bcbde991d61032ed7dfbf4e4329910929cfe6bf4a48eb32eaa28d393f5370c
3
+ size 40022
results/Tabby/CPHL/30T/long/config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "CPHL/30T/long",
3
+ "num_series": 2,
4
+ "num_windows": 10,
5
+ "num_variates": 1,
6
+ "prediction_length": 144,
7
+ "num_quantiles": 9,
8
+ "quantile_levels": [
9
+ 0.1,
10
+ 0.2,
11
+ 0.3,
12
+ 0.4,
13
+ 0.5,
14
+ 0.6,
15
+ 0.7,
16
+ 0.8,
17
+ 0.9
18
+ ],
19
+ "freq": "30T",
20
+ "seasonality": 48,
21
+ "context_length": 8096,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "prediction_scale_factor": 1.0,
33
+ "model": "ptfm_prompt8096",
34
+ "mode": "prompt",
35
+ "ckpt": "runs_patchtstfm/0830_tabbyarm4_8096_segC_hmask_pred96_a2_plen160_S16ada_ms48_sp48_r4h32_anc_q0_lr0.001_gate5.0_cos20e0.1_stop20_seed4_step_0175000/checkpoint_best.pt",
36
+ "per_variate_rows": true
37
+ }
results/Tabby/CPHL/30T/long/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cb15359b5579b25336d535a0254b82d450c85ffe2613bd340f72f081f6b5fa3
3
+ size 2836
results/Tabby/CPHL/30T/long/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c31798017612284897c331eeb78785d8ae3003761499aceb05fb0a03ac42efc1
3
+ size 40684
results/Tabby/CPHL/30T/medium/config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "CPHL/30T/medium",
3
+ "num_series": 2,
4
+ "num_windows": 30,
5
+ "num_variates": 1,
6
+ "prediction_length": 48,
7
+ "num_quantiles": 9,
8
+ "quantile_levels": [
9
+ 0.1,
10
+ 0.2,
11
+ 0.3,
12
+ 0.4,
13
+ 0.5,
14
+ 0.6,
15
+ 0.7,
16
+ 0.8,
17
+ 0.9
18
+ ],
19
+ "freq": "30T",
20
+ "seasonality": 48,
21
+ "context_length": 8096,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "prediction_scale_factor": 1.0,
33
+ "model": "ptfm_prompt8096",
34
+ "mode": "prompt",
35
+ "ckpt": "runs_patchtstfm/0830_tabbyarm4_8096_segC_hmask_pred96_a2_plen160_S16ada_ms48_sp48_r4h32_anc_q0_lr0.001_gate5.0_cos20e0.1_stop20_seed4_step_0175000/checkpoint_best.pt",
36
+ "per_variate_rows": true
37
+ }
results/Tabby/CPHL/30T/medium/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c1f2582167a30eaf70161c6f6a22a9ada61a67d058ea37c308110cf862f810e
3
+ size 5473
results/Tabby/CPHL/30T/medium/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc13a65debf4291e05459a85fca8bf8384e72f1da894f2ce652ee26395268c9c
3
+ size 40907
results/Tabby/CPHL/30T/short/config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "CPHL/30T/short",
3
+ "num_series": 2,
4
+ "num_windows": 120,
5
+ "num_variates": 1,
6
+ "prediction_length": 12,
7
+ "num_quantiles": 9,
8
+ "quantile_levels": [
9
+ 0.1,
10
+ 0.2,
11
+ 0.3,
12
+ 0.4,
13
+ 0.5,
14
+ 0.6,
15
+ 0.7,
16
+ 0.8,
17
+ 0.9
18
+ ],
19
+ "freq": "30T",
20
+ "seasonality": 48,
21
+ "context_length": 8096,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "prediction_scale_factor": 1.0,
33
+ "model": "ptfm_prompt8096",
34
+ "mode": "prompt",
35
+ "ckpt": "runs_patchtstfm/0830_tabbyarm4_8096_segC_hmask_pred96_a2_plen160_S16ada_ms48_sp48_r4h32_anc_q0_lr0.001_gate5.0_cos20e0.1_stop20_seed4_step_0175000/checkpoint_best.pt",
36
+ "per_variate_rows": true
37
+ }
results/Tabby/CPHL/30T/short/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1b446578d93a25c449b15013af6b60ab6ed44aa2f958f8eba1752b81912c793
3
+ size 15896
results/Tabby/CPHL/30T/short/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a968957235b85bccb0d100ef150352d37b29f8957a08d2d378e46e8fec1d7328
3
+ size 41508
results/Tabby/CPHL/H/long/config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "CPHL/H/long",
3
+ "num_series": 4,
4
+ "num_windows": 2,
5
+ "num_variates": 1,
6
+ "prediction_length": 336,
7
+ "num_quantiles": 9,
8
+ "quantile_levels": [
9
+ 0.1,
10
+ 0.2,
11
+ 0.3,
12
+ 0.4,
13
+ 0.5,
14
+ 0.6,
15
+ 0.7,
16
+ 0.8,
17
+ 0.9
18
+ ],
19
+ "freq": "H",
20
+ "seasonality": 24,
21
+ "context_length": 8096,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "prediction_scale_factor": 1.0,
33
+ "model": "ptfm_prompt8096",
34
+ "mode": "prompt",
35
+ "ckpt": "runs_patchtstfm/0830_tabbyarm4_8096_segC_hmask_pred96_a2_plen160_S16ada_ms48_sp48_r4h32_anc_q0_lr0.001_gate5.0_cos20e0.1_stop20_seed4_step_0175000/checkpoint_best.pt",
36
+ "per_variate_rows": true
37
+ }
results/Tabby/CPHL/H/long/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c39d0f265d86625e70a97d3f978ea7826e631d915751b2f33fcd81ad4a20d1c7
3
+ size 2037
results/Tabby/CPHL/H/long/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54061e2bbfbfe698bcd30cf39cf0bc6dcb5bed6da5b14d1096b760ad6cea42e5
3
+ size 37774
results/Tabby/CPHL/H/medium/config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "CPHL/H/medium",
3
+ "num_series": 4,
4
+ "num_windows": 4,
5
+ "num_variates": 1,
6
+ "prediction_length": 168,
7
+ "num_quantiles": 9,
8
+ "quantile_levels": [
9
+ 0.1,
10
+ 0.2,
11
+ 0.3,
12
+ 0.4,
13
+ 0.5,
14
+ 0.6,
15
+ 0.7,
16
+ 0.8,
17
+ 0.9
18
+ ],
19
+ "freq": "H",
20
+ "seasonality": 24,
21
+ "context_length": 8096,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "prediction_scale_factor": 1.0,
33
+ "model": "ptfm_prompt8096",
34
+ "mode": "prompt",
35
+ "ckpt": "runs_patchtstfm/0830_tabbyarm4_8096_segC_hmask_pred96_a2_plen160_S16ada_ms48_sp48_r4h32_anc_q0_lr0.001_gate5.0_cos20e0.1_stop20_seed4_step_0175000/checkpoint_best.pt",
36
+ "per_variate_rows": true
37
+ }
results/Tabby/CPHL/H/medium/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:272e112d7bcc21ecccd5ae923ab239cb824b3c287c044aad4af4c29bd103106c
3
+ size 2555
results/Tabby/CPHL/H/medium/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e8b6f74ef207bc08101b81ef4e7d870243527bba8201916a62cbf2ec7359294
3
+ size 38343
results/Tabby/CPHL/H/short/config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "CPHL/H/short",
3
+ "num_series": 4,
4
+ "num_windows": 28,
5
+ "num_variates": 1,
6
+ "prediction_length": 24,
7
+ "num_quantiles": 9,
8
+ "quantile_levels": [
9
+ 0.1,
10
+ 0.2,
11
+ 0.3,
12
+ 0.4,
13
+ 0.5,
14
+ 0.6,
15
+ 0.7,
16
+ 0.8,
17
+ 0.9
18
+ ],
19
+ "freq": "H",
20
+ "seasonality": 24,
21
+ "context_length": 8096,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "prediction_scale_factor": 1.0,
33
+ "model": "ptfm_prompt8096",
34
+ "mode": "prompt",
35
+ "ckpt": "runs_patchtstfm/0830_tabbyarm4_8096_segC_hmask_pred96_a2_plen160_S16ada_ms48_sp48_r4h32_anc_q0_lr0.001_gate5.0_cos20e0.1_stop20_seed4_step_0175000/checkpoint_best.pt",
36
+ "per_variate_rows": true
37
+ }
results/Tabby/CPHL/H/short/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ced0b93e290ecd5a9bf193ae9c6b24819f6326cbcf8b573350bbc21430be89a2
3
+ size 8509
results/Tabby/CPHL/H/short/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0215cef1cbe48269220d5ddb0113045ca28eeb44dce5f752bb93c09d5116cd7a
3
+ size 39295
results/Tabby/Coastal_T_S/15T/long/config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "Coastal_T_S/15T/long",
3
+ "num_series": 5,
4
+ "num_windows": 5,
5
+ "num_variates": 3,
6
+ "prediction_length": 288,
7
+ "num_quantiles": 9,
8
+ "quantile_levels": [
9
+ 0.1,
10
+ 0.2,
11
+ 0.3,
12
+ 0.4,
13
+ 0.5,
14
+ 0.6,
15
+ 0.7,
16
+ 0.8,
17
+ 0.9
18
+ ],
19
+ "freq": "15T",
20
+ "seasonality": 96,
21
+ "context_length": 8096,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "prediction_scale_factor": 1.0,
33
+ "model": "ptfm_prompt8096",
34
+ "mode": "prompt",
35
+ "ckpt": "runs_patchtstfm/0830_tabbyarm4_8096_segC_hmask_pred96_a2_plen160_S16ada_ms48_sp48_r4h32_anc_q0_lr0.001_gate5.0_cos20e0.1_stop20_seed4_step_0175000/checkpoint_best.pt",
36
+ "per_variate_rows": true
37
+ }
results/Tabby/Coastal_T_S/15T/long/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12c6ba4d22f15bb2cd419e210ccf799206d5ebdf8c5c4530f1bb23d131283e64
3
+ size 6263
results/Tabby/Coastal_T_S/15T/long/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b440d8166795cbc620701ec0cf8434816962c7680c480bf1690294d1d17e978
3
+ size 103617
results/Tabby/Coastal_T_S/15T/medium/config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "Coastal_T_S/15T/medium",
3
+ "num_series": 5,
4
+ "num_windows": 15,
5
+ "num_variates": 3,
6
+ "prediction_length": 96,
7
+ "num_quantiles": 9,
8
+ "quantile_levels": [
9
+ 0.1,
10
+ 0.2,
11
+ 0.3,
12
+ 0.4,
13
+ 0.5,
14
+ 0.6,
15
+ 0.7,
16
+ 0.8,
17
+ 0.9
18
+ ],
19
+ "freq": "15T",
20
+ "seasonality": 96,
21
+ "context_length": 8096,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "prediction_scale_factor": 1.0,
33
+ "model": "ptfm_prompt8096",
34
+ "mode": "prompt",
35
+ "ckpt": "runs_patchtstfm/0830_tabbyarm4_8096_segC_hmask_pred96_a2_plen160_S16ada_ms48_sp48_r4h32_anc_q0_lr0.001_gate5.0_cos20e0.1_stop20_seed4_step_0175000/checkpoint_best.pt",
36
+ "per_variate_rows": true
37
+ }
results/Tabby/Coastal_T_S/15T/medium/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b82a8b741d5c45e97ca2a2e7c1f764e9907fae92fcaff0efd568f060ffa021c9
3
+ size 14808
results/Tabby/Coastal_T_S/15T/medium/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7f633340eb999c1b7f79b9916c573b35217941c91b56cf67afb876b3fce84a0
3
+ size 112670
results/Tabby/Coastal_T_S/15T/short/config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "Coastal_T_S/15T/short",
3
+ "num_series": 5,
4
+ "num_windows": 120,
5
+ "num_variates": 3,
6
+ "prediction_length": 12,
7
+ "num_quantiles": 9,
8
+ "quantile_levels": [
9
+ 0.1,
10
+ 0.2,
11
+ 0.3,
12
+ 0.4,
13
+ 0.5,
14
+ 0.6,
15
+ 0.7,
16
+ 0.8,
17
+ 0.9
18
+ ],
19
+ "freq": "15T",
20
+ "seasonality": 96,
21
+ "context_length": 8096,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "prediction_scale_factor": 1.0,
33
+ "model": "ptfm_prompt8096",
34
+ "mode": "prompt",
35
+ "ckpt": "runs_patchtstfm/0830_tabbyarm4_8096_segC_hmask_pred96_a2_plen160_S16ada_ms48_sp48_r4h32_anc_q0_lr0.001_gate5.0_cos20e0.1_stop20_seed4_step_0175000/checkpoint_best.pt",
36
+ "per_variate_rows": true
37
+ }
results/Tabby/Coastal_T_S/15T/short/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46af78305e6218165490ef6b7ce5057110df3728af5ba402a290ba7e709728b4
3
+ size 102975
results/Tabby/Coastal_T_S/15T/short/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c40fa6f42573b245b62cd22d3bf1d455cc7ada83e81640f747bbcc40546c2556
3
+ size 137722
results/Tabby/Coastal_T_S/20T/long/config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "Coastal_T_S/20T/long",
3
+ "num_series": 1,
4
+ "num_windows": 5,
5
+ "num_variates": 3,
6
+ "prediction_length": 216,
7
+ "num_quantiles": 9,
8
+ "quantile_levels": [
9
+ 0.1,
10
+ 0.2,
11
+ 0.3,
12
+ 0.4,
13
+ 0.5,
14
+ 0.6,
15
+ 0.7,
16
+ 0.8,
17
+ 0.9
18
+ ],
19
+ "freq": "20T",
20
+ "seasonality": 72,
21
+ "context_length": 8096,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "prediction_scale_factor": 1.0,
33
+ "model": "ptfm_prompt8096",
34
+ "mode": "prompt",
35
+ "ckpt": "runs_patchtstfm/0830_tabbyarm4_8096_segC_hmask_pred96_a2_plen160_S16ada_ms48_sp48_r4h32_anc_q0_lr0.001_gate5.0_cos20e0.1_stop20_seed4_step_0175000/checkpoint_best.pt",
36
+ "per_variate_rows": true
37
+ }
results/Tabby/Coastal_T_S/20T/long/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96080965e9c8bd551ec548cfe0d276d43b6bd1fdda752445d513bf35a7ebd162
3
+ size 2484