whenxuan commited on
Commit
b94185e
·
verified ·
1 Parent(s): 2ffa872

whenxuan: update the benchmark results for litespecformer

Browse files

![image](https://cdn-uploads.huggingface.co/production/uploads/64586eddf8bdc3512d202be7/3wjEdhAXHgcpWgPdmhpUV.png)

Dear author, I have completed all the experiments of LiteSpecFormer on TIME Benchmark.

This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. results/litespecformer/Australia_Solar/H/long/config.json +37 -0
  2. results/litespecformer/Australia_Solar/H/long/metrics.npz +3 -0
  3. results/litespecformer/Australia_Solar/H/long/predictions.npz +3 -0
  4. results/litespecformer/Australia_Solar/H/medium/config.json +37 -0
  5. results/litespecformer/Australia_Solar/H/medium/metrics.npz +3 -0
  6. results/litespecformer/Australia_Solar/H/medium/predictions.npz +3 -0
  7. results/litespecformer/Australia_Solar/H/short/config.json +37 -0
  8. results/litespecformer/Australia_Solar/H/short/metrics.npz +3 -0
  9. results/litespecformer/Australia_Solar/H/short/predictions.npz +3 -0
  10. results/litespecformer/Auto_Production_SF/M/short/config.json +37 -0
  11. results/litespecformer/Auto_Production_SF/M/short/metrics.npz +3 -0
  12. results/litespecformer/Auto_Production_SF/M/short/predictions.npz +3 -0
  13. results/litespecformer/CPHL/15T/long/config.json +37 -0
  14. results/litespecformer/CPHL/15T/long/metrics.npz +3 -0
  15. results/litespecformer/CPHL/15T/long/predictions.npz +3 -0
  16. results/litespecformer/CPHL/15T/medium/config.json +37 -0
  17. results/litespecformer/CPHL/15T/medium/metrics.npz +3 -0
  18. results/litespecformer/CPHL/15T/medium/predictions.npz +3 -0
  19. results/litespecformer/CPHL/15T/short/config.json +37 -0
  20. results/litespecformer/CPHL/15T/short/metrics.npz +3 -0
  21. results/litespecformer/CPHL/15T/short/predictions.npz +3 -0
  22. results/litespecformer/CPHL/30T/long/config.json +37 -0
  23. results/litespecformer/CPHL/30T/long/metrics.npz +3 -0
  24. results/litespecformer/CPHL/30T/long/predictions.npz +3 -0
  25. results/litespecformer/CPHL/30T/medium/config.json +37 -0
  26. results/litespecformer/CPHL/30T/medium/metrics.npz +3 -0
  27. results/litespecformer/CPHL/30T/medium/predictions.npz +3 -0
  28. results/litespecformer/CPHL/30T/short/config.json +37 -0
  29. results/litespecformer/CPHL/30T/short/metrics.npz +3 -0
  30. results/litespecformer/CPHL/30T/short/predictions.npz +3 -0
  31. results/litespecformer/CPHL/H/long/config.json +37 -0
  32. results/litespecformer/CPHL/H/long/metrics.npz +3 -0
  33. results/litespecformer/CPHL/H/long/predictions.npz +3 -0
  34. results/litespecformer/CPHL/H/medium/config.json +37 -0
  35. results/litespecformer/CPHL/H/medium/metrics.npz +3 -0
  36. results/litespecformer/CPHL/H/medium/predictions.npz +3 -0
  37. results/litespecformer/CPHL/H/short/config.json +37 -0
  38. results/litespecformer/CPHL/H/short/metrics.npz +3 -0
  39. results/litespecformer/CPHL/H/short/predictions.npz +3 -0
  40. results/litespecformer/Coastal_T_S/15T/long/config.json +37 -0
  41. results/litespecformer/Coastal_T_S/15T/long/metrics.npz +3 -0
  42. results/litespecformer/Coastal_T_S/15T/long/predictions.npz +3 -0
  43. results/litespecformer/Coastal_T_S/15T/medium/config.json +37 -0
  44. results/litespecformer/Coastal_T_S/15T/medium/metrics.npz +3 -0
  45. results/litespecformer/Coastal_T_S/15T/medium/predictions.npz +3 -0
  46. results/litespecformer/Coastal_T_S/15T/short/config.json +37 -0
  47. results/litespecformer/Coastal_T_S/15T/short/metrics.npz +3 -0
  48. results/litespecformer/Coastal_T_S/15T/short/predictions.npz +3 -0
  49. results/litespecformer/Coastal_T_S/20T/long/config.json +37 -0
  50. results/litespecformer/Coastal_T_S/20T/long/metrics.npz +3 -0
results/litespecformer/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": 768,
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": "litespecformer",
34
+ "model_id": "FlowVortex/LiteSpecFormer-1.0-36M",
35
+ "min_context_length": 64,
36
+ "to_univariate": true
37
+ }
results/litespecformer/Australia_Solar/H/long/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64ec48fe83d096df2a8d1ef4b60d11001003e37ce1fc555599d32fd2dbdb9fb8
3
+ size 4535
results/litespecformer/Australia_Solar/H/long/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b122572ddbb8a4d74099e8c567d6862d35600e6fee3e7d213657e47eeed4c8b
3
+ size 124349
results/litespecformer/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": 768,
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": "litespecformer",
34
+ "model_id": "FlowVortex/LiteSpecFormer-1.0-36M",
35
+ "min_context_length": 64,
36
+ "to_univariate": true
37
+ }
results/litespecformer/Australia_Solar/H/medium/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6d605fde8badf2b563efbc1120190259f0b147e0efd0383266ae1348b0f1979
3
+ size 8361
results/litespecformer/Australia_Solar/H/medium/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:664818ab85b2f99e562adc5d9eb3d1931bb9665555faa4b32b3bc66b5fe672eb
3
+ size 124347
results/litespecformer/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": 768,
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": "litespecformer",
34
+ "model_id": "FlowVortex/LiteSpecFormer-1.0-36M",
35
+ "min_context_length": 64,
36
+ "to_univariate": true
37
+ }
results/litespecformer/Australia_Solar/H/short/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b8e644043988a0fa9f27b3e273d987a01417ca93db88f928bd732fb7d01c5f8
3
+ size 20771
results/litespecformer/Australia_Solar/H/short/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27355502c362b6373fee69b951db1af49bf7f60b5cb2c959eb8d0b65102ea3de
3
+ size 124211
results/litespecformer/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": 768,
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": "litespecformer",
34
+ "model_id": "FlowVortex/LiteSpecFormer-1.0-36M",
35
+ "min_context_length": 64,
36
+ "to_univariate": false
37
+ }
results/litespecformer/Auto_Production_SF/M/short/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5768695760205a288f1f483ebfd2e8cca82bf5772c24b5f7486709f823868933
3
+ size 1825
results/litespecformer/Auto_Production_SF/M/short/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b73635ed9cae2a74f1a3cf72bed48c4c37d9f6d5438ae51d2f5776eae61f28f
3
+ size 1315
results/litespecformer/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": 768,
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": "litespecformer",
34
+ "model_id": "FlowVortex/LiteSpecFormer-1.0-36M",
35
+ "min_context_length": 64,
36
+ "to_univariate": false
37
+ }
results/litespecformer/CPHL/15T/long/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4907d747ec07eb2259e0be07303bd13a395eaa8c934abcf43a03c35d86b10e7e
3
+ size 2175
results/litespecformer/CPHL/15T/long/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35574cb1f20649ccfaa10ea60d8cd5d5b497efaa8db187e3e09734bfc166ccbc
3
+ size 35558
results/litespecformer/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": 768,
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": "litespecformer",
34
+ "model_id": "FlowVortex/LiteSpecFormer-1.0-36M",
35
+ "min_context_length": 64,
36
+ "to_univariate": false
37
+ }
results/litespecformer/CPHL/15T/medium/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:030265e7456d12b762063f82de652cda675ab621b9dd5261f1f42791e3af2246
3
+ size 3473
results/litespecformer/CPHL/15T/medium/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a62262ada92ade93c8faba0fca301dbc99896719179188ea0156ed19a08e887
3
+ size 38264
results/litespecformer/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": 768,
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": "litespecformer",
34
+ "model_id": "FlowVortex/LiteSpecFormer-1.0-36M",
35
+ "min_context_length": 64,
36
+ "to_univariate": false
37
+ }
results/litespecformer/CPHL/15T/short/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb26721026793282de5d83c635c6dc2808a13ea48f262e2cd5820b9172992a33
3
+ size 15749
results/litespecformer/CPHL/15T/short/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae5aed542f5b80393cda698682a9d46ee0e432b1894b4445d5fed1be05ac1f1d
3
+ size 39962
results/litespecformer/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": 768,
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": "litespecformer",
34
+ "model_id": "FlowVortex/LiteSpecFormer-1.0-36M",
35
+ "min_context_length": 64,
36
+ "to_univariate": false
37
+ }
results/litespecformer/CPHL/30T/long/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73d6ccea45264d686b2b9b44933896a6d57fd0f7a516ff77314a0d2e43fbebc6
3
+ size 2831
results/litespecformer/CPHL/30T/long/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f83da25ecb77532062a2fba4189267c9541d4212c3154ed6924635f9694afad0
3
+ size 37448
results/litespecformer/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": 768,
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": "litespecformer",
34
+ "model_id": "FlowVortex/LiteSpecFormer-1.0-36M",
35
+ "min_context_length": 64,
36
+ "to_univariate": false
37
+ }
results/litespecformer/CPHL/30T/medium/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:644b890049f291a1eeb42fc02cc897b34ddb9a41bb0dd5494cb542f8ff526532
3
+ size 5465
results/litespecformer/CPHL/30T/medium/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1eb74caa6c58dc8c8505c401b4c02da0bdebf7f7325971aad310c755f5f75b02
3
+ size 40157
results/litespecformer/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": 768,
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": "litespecformer",
34
+ "model_id": "FlowVortex/LiteSpecFormer-1.0-36M",
35
+ "min_context_length": 64,
36
+ "to_univariate": false
37
+ }
results/litespecformer/CPHL/30T/short/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3b08486dea6cfc5bbb090c2ec6158391ddde500da3dfb3a05f8a2c0a2c3bb26
3
+ size 15873
results/litespecformer/CPHL/30T/short/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68cfd1d09c79cc000f7775722e757e5a2528a30a5be8ea12955890d814152bc9
3
+ size 41415
results/litespecformer/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": 768,
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": "litespecformer",
34
+ "model_id": "FlowVortex/LiteSpecFormer-1.0-36M",
35
+ "min_context_length": 64,
36
+ "to_univariate": false
37
+ }
results/litespecformer/CPHL/H/long/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:821a74551c3769f4da81bc638d363fa0a8b82aa3b4655bdca64170b9a98a0e02
3
+ size 2035
results/litespecformer/CPHL/H/long/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f551662991597231fe7f13aad00780100efdd0eb094f9308d4e5977f66b4640
3
+ size 33792
results/litespecformer/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": 768,
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": "litespecformer",
34
+ "model_id": "FlowVortex/LiteSpecFormer-1.0-36M",
35
+ "min_context_length": 64,
36
+ "to_univariate": false
37
+ }
results/litespecformer/CPHL/H/medium/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e5bf0697c1c9073808fa71a5361c4ed4b84c7ceb7988c452a2fce215be4b494
3
+ size 2561
results/litespecformer/CPHL/H/medium/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca812cf7133970090152574035b4a04f98abfc8947c5753f1ecb7fb40d16da87
3
+ size 36304
results/litespecformer/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": 768,
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": "litespecformer",
34
+ "model_id": "FlowVortex/LiteSpecFormer-1.0-36M",
35
+ "min_context_length": 64,
36
+ "to_univariate": false
37
+ }
results/litespecformer/CPHL/H/short/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5932a91863425ad7d21209502a86fb76499a8ba3d0db36d3eadeda54a098022
3
+ size 8504
results/litespecformer/CPHL/H/short/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf9b17e58811d675255ec31150ef82d7b544741cdad3ee46e5d34892ba3a35fd
3
+ size 39130
results/litespecformer/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": 768,
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": "litespecformer",
34
+ "model_id": "FlowVortex/LiteSpecFormer-1.0-36M",
35
+ "min_context_length": 64,
36
+ "to_univariate": true
37
+ }
results/litespecformer/Coastal_T_S/15T/long/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5c044d739b6d21e12b1fbb4234e40d2eacf616d773ef4218f8aef9949abeec4
3
+ size 6285
results/litespecformer/Coastal_T_S/15T/long/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18b7e79f5e86f4c930feb7c88693e91c5d7685b750554da4914270a4f78b488a
3
+ size 68239
results/litespecformer/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": 768,
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": "litespecformer",
34
+ "model_id": "FlowVortex/LiteSpecFormer-1.0-36M",
35
+ "min_context_length": 64,
36
+ "to_univariate": true
37
+ }
results/litespecformer/Coastal_T_S/15T/medium/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:061fb1b0606b9ba8f1f79151812e358edb4ddadf525cd9c8a5501c983221626a
3
+ size 14859
results/litespecformer/Coastal_T_S/15T/medium/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:370b0da1d52052ecd4981dfa61e171940c1123489da7cd066c2cada52c2d3162
3
+ size 97991
results/litespecformer/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": 768,
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": "litespecformer",
34
+ "model_id": "FlowVortex/LiteSpecFormer-1.0-36M",
35
+ "min_context_length": 64,
36
+ "to_univariate": true
37
+ }
results/litespecformer/Coastal_T_S/15T/short/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9c30b3e9fd55b7ca61de1f85a2de258878b9f1cf7853bbd5b0f8ed366a5a508
3
+ size 103203
results/litespecformer/Coastal_T_S/15T/short/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d2b1e0827bf71a37aba8a8bcae87735efb87a1c1ed636ea3d6642f106e69d35
3
+ size 131871
results/litespecformer/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": 768,
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": "litespecformer",
34
+ "model_id": "FlowVortex/LiteSpecFormer-1.0-36M",
35
+ "min_context_length": 64,
36
+ "to_univariate": true
37
+ }
results/litespecformer/Coastal_T_S/20T/long/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2e7cd1ad68acef21a62e82486ae2001e493ea64e3a5f6f677d11586a183eafe
3
+ size 2489