gorold commited on
Commit
d998d48
1 Parent(s): 31db65c

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. zero_shot/ETTh/data-00000-of-00001.arrow +3 -0
  2. zero_shot/ETTh/dataset_info.json +52 -0
  3. zero_shot/ETTh/state.json +13 -0
  4. zero_shot/ETTm/data-00000-of-00001.arrow +3 -0
  5. zero_shot/ETTm/dataset_info.json +52 -0
  6. zero_shot/ETTm/state.json +13 -0
  7. zero_shot/dominick/data-00000-of-00001.arrow +3 -0
  8. zero_shot/dominick/dataset_info.json +66 -0
  9. zero_shot/dominick/state.json +13 -0
  10. zero_shot/ercot/data-00000-of-00001.arrow +3 -0
  11. zero_shot/ercot/dataset_info.json +58 -0
  12. zero_shot/ercot/state.json +13 -0
  13. zero_shot/exchange_rate/data-00000-of-00001.arrow +3 -0
  14. zero_shot/exchange_rate/dataset_info.json +58 -0
  15. zero_shot/exchange_rate/state.json +13 -0
  16. zero_shot/m4_quarterly/data-00000-of-00001.arrow +3 -0
  17. zero_shot/m4_quarterly/dataset_info.json +66 -0
  18. zero_shot/m4_quarterly/state.json +13 -0
  19. zero_shot/m4_yearly/data-00000-of-00001.arrow +3 -0
  20. zero_shot/m4_yearly/dataset_info.json +66 -0
  21. zero_shot/m4_yearly/state.json +13 -0
  22. zero_shot/m5/data-00000-of-00001.arrow +3 -0
  23. zero_shot/m5/dataset_info.json +66 -0
  24. zero_shot/m5/state.json +13 -0
  25. zero_shot/monash_australian_electricity/data-00000-of-00001.arrow +3 -0
  26. zero_shot/monash_australian_electricity/dataset_info.json +55 -0
  27. zero_shot/monash_australian_electricity/state.json +13 -0
  28. zero_shot/monash_car_parts/data-00000-of-00001.arrow +3 -0
  29. zero_shot/monash_car_parts/dataset_info.json +66 -0
  30. zero_shot/monash_car_parts/state.json +13 -0
  31. zero_shot/monash_cif_2016/data-00000-of-00001.arrow +3 -0
  32. zero_shot/monash_cif_2016/dataset_info.json +66 -0
  33. zero_shot/monash_cif_2016/state.json +13 -0
  34. zero_shot/monash_covid_deaths/data-00000-of-00001.arrow +3 -0
  35. zero_shot/monash_covid_deaths/dataset_info.json +66 -0
  36. zero_shot/monash_covid_deaths/state.json +13 -0
  37. zero_shot/monash_fred_md/data-00000-of-00001.arrow +3 -0
  38. zero_shot/monash_fred_md/dataset_info.json +66 -0
  39. zero_shot/monash_fred_md/state.json +13 -0
  40. zero_shot/monash_hospital/data-00000-of-00001.arrow +3 -0
  41. zero_shot/monash_hospital/dataset_info.json +66 -0
  42. zero_shot/monash_hospital/state.json +13 -0
  43. zero_shot/monash_m1_monthly/data-00000-of-00001.arrow +3 -0
  44. zero_shot/monash_m1_monthly/dataset_info.json +66 -0
  45. zero_shot/monash_m1_monthly/state.json +13 -0
  46. zero_shot/monash_m1_quarterly/data-00000-of-00001.arrow +3 -0
  47. zero_shot/monash_m1_quarterly/dataset_info.json +66 -0
  48. zero_shot/monash_m1_quarterly/state.json +13 -0
  49. zero_shot/monash_m1_yearly/data-00000-of-00001.arrow +3 -0
  50. zero_shot/monash_m1_yearly/dataset_info.json +66 -0
zero_shot/ETTh/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70619d99c197f9a8d2af2fafbc4ebe66e16dc26944aa046a728fe271934b1554
3
+ size 976976
zero_shot/ETTh/dataset_info.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "generator",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "ETTh",
6
+ "dataset_size": 975950,
7
+ "description": "",
8
+ "download_checksums": {},
9
+ "download_size": 0,
10
+ "features": {
11
+ "item_id": {
12
+ "dtype": "string",
13
+ "_type": "Value"
14
+ },
15
+ "start": {
16
+ "dtype": "timestamp[s]",
17
+ "_type": "Value"
18
+ },
19
+ "freq": {
20
+ "dtype": "string",
21
+ "_type": "Value"
22
+ },
23
+ "target": {
24
+ "feature": {
25
+ "dtype": "float32",
26
+ "_type": "Value"
27
+ },
28
+ "_type": "Sequence"
29
+ }
30
+ },
31
+ "homepage": "",
32
+ "license": "",
33
+ "size_in_bytes": 975950,
34
+ "splits": {
35
+ "train": {
36
+ "name": "train",
37
+ "num_bytes": 975950,
38
+ "num_examples": 14,
39
+ "shard_lengths": [
40
+ 7,
41
+ 7
42
+ ],
43
+ "dataset_name": "generator"
44
+ }
45
+ },
46
+ "version": {
47
+ "version_str": "0.0.0",
48
+ "major": 0,
49
+ "minor": 0,
50
+ "patch": 0
51
+ }
52
+ }
zero_shot/ETTh/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "79c091ecc5047b90",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }
zero_shot/ETTm/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d542e0e61c80c983f84dd08aaa165407e06dfb181cc772decd2779e1040ff1c
3
+ size 3903568
zero_shot/ETTm/dataset_info.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "generator",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "ETTm",
6
+ "dataset_size": 3902538,
7
+ "description": "",
8
+ "download_checksums": {},
9
+ "download_size": 0,
10
+ "features": {
11
+ "item_id": {
12
+ "dtype": "string",
13
+ "_type": "Value"
14
+ },
15
+ "start": {
16
+ "dtype": "timestamp[s]",
17
+ "_type": "Value"
18
+ },
19
+ "freq": {
20
+ "dtype": "string",
21
+ "_type": "Value"
22
+ },
23
+ "target": {
24
+ "feature": {
25
+ "dtype": "float32",
26
+ "_type": "Value"
27
+ },
28
+ "_type": "Sequence"
29
+ }
30
+ },
31
+ "homepage": "",
32
+ "license": "",
33
+ "size_in_bytes": 3902538,
34
+ "splits": {
35
+ "train": {
36
+ "name": "train",
37
+ "num_bytes": 3902538,
38
+ "num_examples": 14,
39
+ "shard_lengths": [
40
+ 7,
41
+ 7
42
+ ],
43
+ "dataset_name": "generator"
44
+ }
45
+ },
46
+ "version": {
47
+ "version_str": "0.0.0",
48
+ "major": 0,
49
+ "minor": 0,
50
+ "patch": 0
51
+ }
52
+ }
zero_shot/ETTm/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "a8760b13399af540",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }
zero_shot/dominick/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21594e386853af80f00a9ea24dda4c7b53a6958ea2e2878e2ee01b0865523733
3
+ size 122150888
zero_shot/dominick/dataset_info.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "generator",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "dominick",
6
+ "dataset_size": 122110458,
7
+ "description": "",
8
+ "download_checksums": {},
9
+ "download_size": 0,
10
+ "features": {
11
+ "item_id": {
12
+ "dtype": "string",
13
+ "_type": "Value"
14
+ },
15
+ "start": {
16
+ "dtype": "timestamp[s]",
17
+ "_type": "Value"
18
+ },
19
+ "freq": {
20
+ "dtype": "string",
21
+ "_type": "Value"
22
+ },
23
+ "target": {
24
+ "feature": {
25
+ "dtype": "float32",
26
+ "_type": "Value"
27
+ },
28
+ "_type": "Sequence"
29
+ }
30
+ },
31
+ "homepage": "",
32
+ "license": "",
33
+ "size_in_bytes": 122110458,
34
+ "splits": {
35
+ "train": {
36
+ "name": "train",
37
+ "num_bytes": 122110458,
38
+ "num_examples": 100014,
39
+ "shard_lengths": [
40
+ 6251,
41
+ 6251,
42
+ 6251,
43
+ 6251,
44
+ 6251,
45
+ 6251,
46
+ 6251,
47
+ 6251,
48
+ 6251,
49
+ 6251,
50
+ 6251,
51
+ 6251,
52
+ 6251,
53
+ 6251,
54
+ 6250,
55
+ 6250
56
+ ],
57
+ "dataset_name": "generator"
58
+ }
59
+ },
60
+ "version": {
61
+ "version_str": "0.0.0",
62
+ "major": 0,
63
+ "minor": 0,
64
+ "patch": 0
65
+ }
66
+ }
zero_shot/dominick/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "fd44d7f8bbdb967a",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }
zero_shot/ercot/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71a5dc46861086ad9f4696fd56403ec554b9ce264b6fcd2fd80206003d8c4254
3
+ size 4957200
zero_shot/ercot/dataset_info.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "generator",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "ercot",
6
+ "dataset_size": 4956176,
7
+ "description": "",
8
+ "download_checksums": {},
9
+ "download_size": 0,
10
+ "features": {
11
+ "item_id": {
12
+ "dtype": "string",
13
+ "_type": "Value"
14
+ },
15
+ "start": {
16
+ "dtype": "timestamp[s]",
17
+ "_type": "Value"
18
+ },
19
+ "freq": {
20
+ "dtype": "string",
21
+ "_type": "Value"
22
+ },
23
+ "target": {
24
+ "feature": {
25
+ "dtype": "float32",
26
+ "_type": "Value"
27
+ },
28
+ "_type": "Sequence"
29
+ }
30
+ },
31
+ "homepage": "",
32
+ "license": "",
33
+ "size_in_bytes": 4956176,
34
+ "splits": {
35
+ "train": {
36
+ "name": "train",
37
+ "num_bytes": 4956176,
38
+ "num_examples": 8,
39
+ "shard_lengths": [
40
+ 1,
41
+ 1,
42
+ 1,
43
+ 1,
44
+ 1,
45
+ 1,
46
+ 1,
47
+ 1
48
+ ],
49
+ "dataset_name": "generator"
50
+ }
51
+ },
52
+ "version": {
53
+ "version_str": "0.0.0",
54
+ "major": 0,
55
+ "minor": 0,
56
+ "patch": 0
57
+ }
58
+ }
zero_shot/ercot/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "64ca35e0bd246a12",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }
zero_shot/exchange_rate/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ab095ef753254dd65284e9990136cc2771369e1bbfd0bccf69b8c28da7eef68
3
+ size 244144
zero_shot/exchange_rate/dataset_info.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "generator",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "exchange_rate",
6
+ "dataset_size": 243120,
7
+ "description": "",
8
+ "download_checksums": {},
9
+ "download_size": 0,
10
+ "features": {
11
+ "item_id": {
12
+ "dtype": "string",
13
+ "_type": "Value"
14
+ },
15
+ "start": {
16
+ "dtype": "timestamp[s]",
17
+ "_type": "Value"
18
+ },
19
+ "freq": {
20
+ "dtype": "string",
21
+ "_type": "Value"
22
+ },
23
+ "target": {
24
+ "feature": {
25
+ "dtype": "float32",
26
+ "_type": "Value"
27
+ },
28
+ "_type": "Sequence"
29
+ }
30
+ },
31
+ "homepage": "",
32
+ "license": "",
33
+ "size_in_bytes": 243120,
34
+ "splits": {
35
+ "train": {
36
+ "name": "train",
37
+ "num_bytes": 243120,
38
+ "num_examples": 8,
39
+ "shard_lengths": [
40
+ 1,
41
+ 1,
42
+ 1,
43
+ 1,
44
+ 1,
45
+ 1,
46
+ 1,
47
+ 1
48
+ ],
49
+ "dataset_name": "generator"
50
+ }
51
+ },
52
+ "version": {
53
+ "version_str": "0.0.0",
54
+ "major": 0,
55
+ "minor": 0,
56
+ "patch": 0
57
+ }
58
+ }
zero_shot/exchange_rate/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "12b44f59cd2d2deb",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }
zero_shot/m4_quarterly/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:849dbb63271cf15f874e14911c8da4ed9ef98fd06e5cfbbe6c97de043cbc2ccb
3
+ size 10570512
zero_shot/m4_quarterly/dataset_info.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "generator",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "m4_quarterly",
6
+ "dataset_size": 10560432,
7
+ "description": "",
8
+ "download_checksums": {},
9
+ "download_size": 0,
10
+ "features": {
11
+ "item_id": {
12
+ "dtype": "string",
13
+ "_type": "Value"
14
+ },
15
+ "start": {
16
+ "dtype": "timestamp[s]",
17
+ "_type": "Value"
18
+ },
19
+ "freq": {
20
+ "dtype": "string",
21
+ "_type": "Value"
22
+ },
23
+ "target": {
24
+ "feature": {
25
+ "dtype": "float32",
26
+ "_type": "Value"
27
+ },
28
+ "_type": "Sequence"
29
+ }
30
+ },
31
+ "homepage": "",
32
+ "license": "",
33
+ "size_in_bytes": 10560432,
34
+ "splits": {
35
+ "train": {
36
+ "name": "train",
37
+ "num_bytes": 10560432,
38
+ "num_examples": 24000,
39
+ "shard_lengths": [
40
+ 1500,
41
+ 1500,
42
+ 1500,
43
+ 1500,
44
+ 1500,
45
+ 1500,
46
+ 1500,
47
+ 1500,
48
+ 1500,
49
+ 1500,
50
+ 1500,
51
+ 1500,
52
+ 1500,
53
+ 1500,
54
+ 1500,
55
+ 1500
56
+ ],
57
+ "dataset_name": "generator"
58
+ }
59
+ },
60
+ "version": {
61
+ "version_str": "0.0.0",
62
+ "major": 0,
63
+ "minor": 0,
64
+ "patch": 0
65
+ }
66
+ }
zero_shot/m4_quarterly/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "cbd5a8c17a8700f1",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }
zero_shot/m4_yearly/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92ebaaad267d51d0e8d03578188e07e3b1b03cf45ec23019f1d89c05e4cb253c
3
+ size 4340536
zero_shot/m4_yearly/dataset_info.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "generator",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "m4_yearly",
6
+ "dataset_size": 4330832,
7
+ "description": "",
8
+ "download_checksums": {},
9
+ "download_size": 0,
10
+ "features": {
11
+ "item_id": {
12
+ "dtype": "string",
13
+ "_type": "Value"
14
+ },
15
+ "start": {
16
+ "dtype": "timestamp[s]",
17
+ "_type": "Value"
18
+ },
19
+ "freq": {
20
+ "dtype": "string",
21
+ "_type": "Value"
22
+ },
23
+ "target": {
24
+ "feature": {
25
+ "dtype": "float32",
26
+ "_type": "Value"
27
+ },
28
+ "_type": "Sequence"
29
+ }
30
+ },
31
+ "homepage": "",
32
+ "license": "",
33
+ "size_in_bytes": 4330832,
34
+ "splits": {
35
+ "train": {
36
+ "name": "train",
37
+ "num_bytes": 4330832,
38
+ "num_examples": 23000,
39
+ "shard_lengths": [
40
+ 1438,
41
+ 1438,
42
+ 1438,
43
+ 1438,
44
+ 1438,
45
+ 1438,
46
+ 1438,
47
+ 1438,
48
+ 1437,
49
+ 1437,
50
+ 1437,
51
+ 1437,
52
+ 1437,
53
+ 1437,
54
+ 1437,
55
+ 1437
56
+ ],
57
+ "dataset_name": "generator"
58
+ }
59
+ },
60
+ "version": {
61
+ "version_str": "0.0.0",
62
+ "major": 0,
63
+ "minor": 0,
64
+ "patch": 0
65
+ }
66
+ }
zero_shot/m4_yearly/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "cad49c40e86e055d",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }
zero_shot/m5/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b7e86523ba03378eaf6484fc0506e5818deb2f7ad85d2be0f46ea06a77a3ae2
3
+ size 192007344
zero_shot/m5/dataset_info.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "generator",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "m5",
6
+ "dataset_size": 191994500,
7
+ "description": "",
8
+ "download_checksums": {},
9
+ "download_size": 0,
10
+ "features": {
11
+ "item_id": {
12
+ "dtype": "string",
13
+ "_type": "Value"
14
+ },
15
+ "start": {
16
+ "dtype": "timestamp[s]",
17
+ "_type": "Value"
18
+ },
19
+ "freq": {
20
+ "dtype": "string",
21
+ "_type": "Value"
22
+ },
23
+ "target": {
24
+ "feature": {
25
+ "dtype": "float32",
26
+ "_type": "Value"
27
+ },
28
+ "_type": "Sequence"
29
+ }
30
+ },
31
+ "homepage": "",
32
+ "license": "",
33
+ "size_in_bytes": 191994500,
34
+ "splits": {
35
+ "train": {
36
+ "name": "train",
37
+ "num_bytes": 191994500,
38
+ "num_examples": 30490,
39
+ "shard_lengths": [
40
+ 1906,
41
+ 1906,
42
+ 1906,
43
+ 1906,
44
+ 1906,
45
+ 1906,
46
+ 1906,
47
+ 1906,
48
+ 1906,
49
+ 1906,
50
+ 1905,
51
+ 1905,
52
+ 1905,
53
+ 1905,
54
+ 1905,
55
+ 1905
56
+ ],
57
+ "dataset_name": "generator"
58
+ }
59
+ },
60
+ "version": {
61
+ "version_str": "0.0.0",
62
+ "major": 0,
63
+ "minor": 0,
64
+ "patch": 0
65
+ }
66
+ }
zero_shot/m5/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "1daf02686f9b9ce3",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }
zero_shot/monash_australian_electricity/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d134816ca5fba67eda1d6098be88e09f20321400a34b868ddaf593bea9f82d8
3
+ size 4622256
zero_shot/monash_australian_electricity/dataset_info.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "generator",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "monash_australian_electricity",
6
+ "dataset_size": 4621241,
7
+ "description": "",
8
+ "download_checksums": {},
9
+ "download_size": 0,
10
+ "features": {
11
+ "item_id": {
12
+ "dtype": "string",
13
+ "_type": "Value"
14
+ },
15
+ "start": {
16
+ "dtype": "timestamp[s]",
17
+ "_type": "Value"
18
+ },
19
+ "freq": {
20
+ "dtype": "string",
21
+ "_type": "Value"
22
+ },
23
+ "target": {
24
+ "feature": {
25
+ "dtype": "float32",
26
+ "_type": "Value"
27
+ },
28
+ "_type": "Sequence"
29
+ }
30
+ },
31
+ "homepage": "",
32
+ "license": "",
33
+ "size_in_bytes": 4621241,
34
+ "splits": {
35
+ "train": {
36
+ "name": "train",
37
+ "num_bytes": 4621241,
38
+ "num_examples": 5,
39
+ "shard_lengths": [
40
+ 1,
41
+ 1,
42
+ 1,
43
+ 1,
44
+ 1
45
+ ],
46
+ "dataset_name": "generator"
47
+ }
48
+ },
49
+ "version": {
50
+ "version_str": "0.0.0",
51
+ "major": 0,
52
+ "minor": 0,
53
+ "patch": 0
54
+ }
55
+ }
zero_shot/monash_australian_electricity/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "9320dbef83e91f76",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }
zero_shot/monash_car_parts/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6575bea56dccbd3277c4a931b207084f0d025cf7c854cf0912aee0c2415a3a82
3
+ size 640904
zero_shot/monash_car_parts/dataset_info.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "generator",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "monash_car_parts",
6
+ "dataset_size": 639086,
7
+ "description": "",
8
+ "download_checksums": {},
9
+ "download_size": 0,
10
+ "features": {
11
+ "item_id": {
12
+ "dtype": "string",
13
+ "_type": "Value"
14
+ },
15
+ "start": {
16
+ "dtype": "timestamp[s]",
17
+ "_type": "Value"
18
+ },
19
+ "freq": {
20
+ "dtype": "string",
21
+ "_type": "Value"
22
+ },
23
+ "target": {
24
+ "feature": {
25
+ "dtype": "float32",
26
+ "_type": "Value"
27
+ },
28
+ "_type": "Sequence"
29
+ }
30
+ },
31
+ "homepage": "",
32
+ "license": "",
33
+ "size_in_bytes": 639086,
34
+ "splits": {
35
+ "train": {
36
+ "name": "train",
37
+ "num_bytes": 639086,
38
+ "num_examples": 2674,
39
+ "shard_lengths": [
40
+ 168,
41
+ 168,
42
+ 167,
43
+ 167,
44
+ 167,
45
+ 167,
46
+ 167,
47
+ 167,
48
+ 167,
49
+ 167,
50
+ 167,
51
+ 167,
52
+ 167,
53
+ 167,
54
+ 167,
55
+ 167
56
+ ],
57
+ "dataset_name": "generator"
58
+ }
59
+ },
60
+ "version": {
61
+ "version_str": "0.0.0",
62
+ "major": 0,
63
+ "minor": 0,
64
+ "patch": 0
65
+ }
66
+ }
zero_shot/monash_car_parts/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "b2aa96801e9e09f4",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }
zero_shot/monash_cif_2016/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0144de0a85ab874682b3adfc00b9e80c21a47419c379d75002754bb9b80a2b8
3
+ size 31976
zero_shot/monash_cif_2016/dataset_info.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "generator",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "monash_cif_2016",
6
+ "dataset_size": 30952,
7
+ "description": "",
8
+ "download_checksums": {},
9
+ "download_size": 0,
10
+ "features": {
11
+ "item_id": {
12
+ "dtype": "string",
13
+ "_type": "Value"
14
+ },
15
+ "start": {
16
+ "dtype": "timestamp[s]",
17
+ "_type": "Value"
18
+ },
19
+ "freq": {
20
+ "dtype": "string",
21
+ "_type": "Value"
22
+ },
23
+ "target": {
24
+ "feature": {
25
+ "dtype": "float32",
26
+ "_type": "Value"
27
+ },
28
+ "_type": "Sequence"
29
+ }
30
+ },
31
+ "homepage": "",
32
+ "license": "",
33
+ "size_in_bytes": 30952,
34
+ "splits": {
35
+ "train": {
36
+ "name": "train",
37
+ "num_bytes": 30952,
38
+ "num_examples": 72,
39
+ "shard_lengths": [
40
+ 5,
41
+ 5,
42
+ 5,
43
+ 5,
44
+ 5,
45
+ 5,
46
+ 5,
47
+ 5,
48
+ 4,
49
+ 4,
50
+ 4,
51
+ 4,
52
+ 4,
53
+ 4,
54
+ 4,
55
+ 4
56
+ ],
57
+ "dataset_name": "generator"
58
+ }
59
+ },
60
+ "version": {
61
+ "version_str": "0.0.0",
62
+ "major": 0,
63
+ "minor": 0,
64
+ "patch": 0
65
+ }
66
+ }
zero_shot/monash_cif_2016/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "b69af4771e57bcf2",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }
zero_shot/monash_covid_deaths/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3849bde4059623a030675ad941933f96a0265bcd6bcc041a1380ef9ad3ada528
3
+ size 235912
zero_shot/monash_covid_deaths/dataset_info.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "generator",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "monash_covid_deaths",
6
+ "dataset_size": 234878,
7
+ "description": "",
8
+ "download_checksums": {},
9
+ "download_size": 0,
10
+ "features": {
11
+ "item_id": {
12
+ "dtype": "string",
13
+ "_type": "Value"
14
+ },
15
+ "start": {
16
+ "dtype": "timestamp[s]",
17
+ "_type": "Value"
18
+ },
19
+ "freq": {
20
+ "dtype": "string",
21
+ "_type": "Value"
22
+ },
23
+ "target": {
24
+ "feature": {
25
+ "dtype": "float32",
26
+ "_type": "Value"
27
+ },
28
+ "_type": "Sequence"
29
+ }
30
+ },
31
+ "homepage": "",
32
+ "license": "",
33
+ "size_in_bytes": 234878,
34
+ "splits": {
35
+ "train": {
36
+ "name": "train",
37
+ "num_bytes": 234878,
38
+ "num_examples": 266,
39
+ "shard_lengths": [
40
+ 17,
41
+ 17,
42
+ 17,
43
+ 17,
44
+ 17,
45
+ 17,
46
+ 17,
47
+ 17,
48
+ 17,
49
+ 17,
50
+ 16,
51
+ 16,
52
+ 16,
53
+ 16,
54
+ 16,
55
+ 16
56
+ ],
57
+ "dataset_name": "generator"
58
+ }
59
+ },
60
+ "version": {
61
+ "version_str": "0.0.0",
62
+ "major": 0,
63
+ "minor": 0,
64
+ "patch": 0
65
+ }
66
+ }
zero_shot/monash_covid_deaths/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "5a0a8bd6e9a05e19",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }
zero_shot/monash_fred_md/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77b90cc4fb443345f02f43d278cab7a3b328c0c9b269a192e5566b44793a6a4b
3
+ size 316352
zero_shot/monash_fred_md/dataset_info.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "generator",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "monash_fred_md",
6
+ "dataset_size": 315329,
7
+ "description": "",
8
+ "download_checksums": {},
9
+ "download_size": 0,
10
+ "features": {
11
+ "item_id": {
12
+ "dtype": "string",
13
+ "_type": "Value"
14
+ },
15
+ "start": {
16
+ "dtype": "timestamp[s]",
17
+ "_type": "Value"
18
+ },
19
+ "freq": {
20
+ "dtype": "string",
21
+ "_type": "Value"
22
+ },
23
+ "target": {
24
+ "feature": {
25
+ "dtype": "float32",
26
+ "_type": "Value"
27
+ },
28
+ "_type": "Sequence"
29
+ }
30
+ },
31
+ "homepage": "",
32
+ "license": "",
33
+ "size_in_bytes": 315329,
34
+ "splits": {
35
+ "train": {
36
+ "name": "train",
37
+ "num_bytes": 315329,
38
+ "num_examples": 107,
39
+ "shard_lengths": [
40
+ 7,
41
+ 7,
42
+ 7,
43
+ 7,
44
+ 7,
45
+ 7,
46
+ 7,
47
+ 7,
48
+ 7,
49
+ 7,
50
+ 7,
51
+ 6,
52
+ 6,
53
+ 6,
54
+ 6,
55
+ 6
56
+ ],
57
+ "dataset_name": "generator"
58
+ }
59
+ },
60
+ "version": {
61
+ "version_str": "0.0.0",
62
+ "major": 0,
63
+ "minor": 0,
64
+ "patch": 0
65
+ }
66
+ }
zero_shot/monash_fred_md/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "57b4b1281274888c",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }
zero_shot/monash_hospital/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a29a6a748b5df96564ac476e3f77f92458c2e4ce5b20bca1c2b3ceeba0c8370
3
+ size 285576
zero_shot/monash_hospital/dataset_info.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "generator",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "monash_hospital",
6
+ "dataset_size": 284557,
7
+ "description": "",
8
+ "download_checksums": {},
9
+ "download_size": 0,
10
+ "features": {
11
+ "item_id": {
12
+ "dtype": "string",
13
+ "_type": "Value"
14
+ },
15
+ "start": {
16
+ "dtype": "timestamp[s]",
17
+ "_type": "Value"
18
+ },
19
+ "freq": {
20
+ "dtype": "string",
21
+ "_type": "Value"
22
+ },
23
+ "target": {
24
+ "feature": {
25
+ "dtype": "float32",
26
+ "_type": "Value"
27
+ },
28
+ "_type": "Sequence"
29
+ }
30
+ },
31
+ "homepage": "",
32
+ "license": "",
33
+ "size_in_bytes": 284557,
34
+ "splits": {
35
+ "train": {
36
+ "name": "train",
37
+ "num_bytes": 284557,
38
+ "num_examples": 767,
39
+ "shard_lengths": [
40
+ 48,
41
+ 48,
42
+ 48,
43
+ 48,
44
+ 48,
45
+ 48,
46
+ 48,
47
+ 48,
48
+ 48,
49
+ 48,
50
+ 48,
51
+ 48,
52
+ 48,
53
+ 48,
54
+ 48,
55
+ 47
56
+ ],
57
+ "dataset_name": "generator"
58
+ }
59
+ },
60
+ "version": {
61
+ "version_str": "0.0.0",
62
+ "major": 0,
63
+ "minor": 0,
64
+ "patch": 0
65
+ }
66
+ }
zero_shot/monash_hospital/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "77bec06fcfd9628c",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }
zero_shot/monash_m1_monthly/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:407b908a9c46908873149d4d1f153e0980bb65c19140863df97e8de21251fdf9
3
+ size 246608
zero_shot/monash_m1_monthly/dataset_info.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "generator",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "monash_m1_monthly",
6
+ "dataset_size": 245587,
7
+ "description": "",
8
+ "download_checksums": {},
9
+ "download_size": 0,
10
+ "features": {
11
+ "item_id": {
12
+ "dtype": "string",
13
+ "_type": "Value"
14
+ },
15
+ "start": {
16
+ "dtype": "timestamp[s]",
17
+ "_type": "Value"
18
+ },
19
+ "freq": {
20
+ "dtype": "string",
21
+ "_type": "Value"
22
+ },
23
+ "target": {
24
+ "feature": {
25
+ "dtype": "float32",
26
+ "_type": "Value"
27
+ },
28
+ "_type": "Sequence"
29
+ }
30
+ },
31
+ "homepage": "",
32
+ "license": "",
33
+ "size_in_bytes": 245587,
34
+ "splits": {
35
+ "train": {
36
+ "name": "train",
37
+ "num_bytes": 245587,
38
+ "num_examples": 617,
39
+ "shard_lengths": [
40
+ 39,
41
+ 39,
42
+ 39,
43
+ 39,
44
+ 39,
45
+ 39,
46
+ 39,
47
+ 39,
48
+ 39,
49
+ 38,
50
+ 38,
51
+ 38,
52
+ 38,
53
+ 38,
54
+ 38,
55
+ 38
56
+ ],
57
+ "dataset_name": "generator"
58
+ }
59
+ },
60
+ "version": {
61
+ "version_str": "0.0.0",
62
+ "major": 0,
63
+ "minor": 0,
64
+ "patch": 0
65
+ }
66
+ }
zero_shot/monash_m1_monthly/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "90e7f5b90f7d3e7f",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }
zero_shot/monash_m1_quarterly/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e0877f5be197d0a30dc857b404683066ce07faa4bba21b579e62b464498002a
3
+ size 48712
zero_shot/monash_m1_quarterly/dataset_info.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "generator",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "monash_m1_quarterly",
6
+ "dataset_size": 47693,
7
+ "description": "",
8
+ "download_checksums": {},
9
+ "download_size": 0,
10
+ "features": {
11
+ "item_id": {
12
+ "dtype": "string",
13
+ "_type": "Value"
14
+ },
15
+ "start": {
16
+ "dtype": "timestamp[s]",
17
+ "_type": "Value"
18
+ },
19
+ "freq": {
20
+ "dtype": "string",
21
+ "_type": "Value"
22
+ },
23
+ "target": {
24
+ "feature": {
25
+ "dtype": "float32",
26
+ "_type": "Value"
27
+ },
28
+ "_type": "Sequence"
29
+ }
30
+ },
31
+ "homepage": "",
32
+ "license": "",
33
+ "size_in_bytes": 47693,
34
+ "splits": {
35
+ "train": {
36
+ "name": "train",
37
+ "num_bytes": 47693,
38
+ "num_examples": 203,
39
+ "shard_lengths": [
40
+ 13,
41
+ 13,
42
+ 13,
43
+ 13,
44
+ 13,
45
+ 13,
46
+ 13,
47
+ 13,
48
+ 13,
49
+ 13,
50
+ 13,
51
+ 12,
52
+ 12,
53
+ 12,
54
+ 12,
55
+ 12
56
+ ],
57
+ "dataset_name": "generator"
58
+ }
59
+ },
60
+ "version": {
61
+ "version_str": "0.0.0",
62
+ "major": 0,
63
+ "minor": 0,
64
+ "patch": 0
65
+ }
66
+ }
zero_shot/monash_m1_quarterly/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "15ef1635d398b24c",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }
zero_shot/monash_m1_yearly/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd2a2a44f36938db5b5f738abf6aaf3550312b6f9501f9a1d6e8fad03eefd33d
3
+ size 26144
zero_shot/monash_m1_yearly/dataset_info.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "generator",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "monash_m1_yearly",
6
+ "dataset_size": 25119,
7
+ "description": "",
8
+ "download_checksums": {},
9
+ "download_size": 0,
10
+ "features": {
11
+ "item_id": {
12
+ "dtype": "string",
13
+ "_type": "Value"
14
+ },
15
+ "start": {
16
+ "dtype": "timestamp[s]",
17
+ "_type": "Value"
18
+ },
19
+ "freq": {
20
+ "dtype": "string",
21
+ "_type": "Value"
22
+ },
23
+ "target": {
24
+ "feature": {
25
+ "dtype": "float32",
26
+ "_type": "Value"
27
+ },
28
+ "_type": "Sequence"
29
+ }
30
+ },
31
+ "homepage": "",
32
+ "license": "",
33
+ "size_in_bytes": 25119,
34
+ "splits": {
35
+ "train": {
36
+ "name": "train",
37
+ "num_bytes": 25119,
38
+ "num_examples": 181,
39
+ "shard_lengths": [
40
+ 12,
41
+ 12,
42
+ 12,
43
+ 12,
44
+ 12,
45
+ 11,
46
+ 11,
47
+ 11,
48
+ 11,
49
+ 11,
50
+ 11,
51
+ 11,
52
+ 11,
53
+ 11,
54
+ 11,
55
+ 11
56
+ ],
57
+ "dataset_name": "generator"
58
+ }
59
+ },
60
+ "version": {
61
+ "version_str": "0.0.0",
62
+ "major": 0,
63
+ "minor": 0,
64
+ "patch": 0
65
+ }
66
+ }