xxraytz commited on
Commit
e2bf507
·
verified ·
1 Parent(s): e7e7254

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. 30music/test/part-0.parquet +3 -0
  2. 30music/train/part-0.parquet +3 -0
  3. README.md +126 -0
  4. age/test/part-0.parquet +3 -0
  5. age/train/part-0.parquet +3 -0
  6. alpha/test/part-0.parquet +3 -0
  7. alpha/test/part-1.parquet +3 -0
  8. alpha/test/part-2.parquet +3 -0
  9. alpha/test/part-3.parquet +3 -0
  10. alpha/test/part-4.parquet +3 -0
  11. alpha/train/part-0.parquet +3 -0
  12. alpha/train/part-1.parquet +3 -0
  13. alpha/train/part-2.parquet +3 -0
  14. alpha/train/part-3.parquet +3 -0
  15. alpha/train/part-4.parquet +3 -0
  16. alpha/train/part-5.parquet +3 -0
  17. alpha/train/part-6.parquet +3 -0
  18. alpha/train/part-7.parquet +3 -0
  19. alpha/train/part-8.parquet +3 -0
  20. alpha/train/part-9.parquet +3 -0
  21. electric_devices/test/part-0.parquet +3 -0
  22. electric_devices/train/part-0.parquet +3 -0
  23. ett/test/part-0.parquet +3 -0
  24. ett/train/part-0.parquet +3 -0
  25. favorita/test/part-0.parquet +3 -0
  26. favorita/train/part-0.parquet +3 -0
  27. rossman/test/part-0.parquet +3 -0
  28. rossman/train/part-0.parquet +3 -0
  29. taobao/test/part-0.parquet +3 -0
  30. taobao/train/part-0.parquet +3 -0
  31. twitter/test/part-0.parquet +3 -0
  32. twitter/train/part-0.parquet +3 -0
  33. twitter/train/part-1.parquet +3 -0
  34. twitter/train/part-10.parquet +3 -0
  35. twitter/train/part-11.parquet +3 -0
  36. twitter/train/part-12.parquet +3 -0
  37. twitter/train/part-13.parquet +3 -0
  38. twitter/train/part-14.parquet +3 -0
  39. twitter/train/part-15.parquet +3 -0
  40. twitter/train/part-2.parquet +3 -0
  41. twitter/train/part-3.parquet +3 -0
  42. twitter/train/part-4.parquet +3 -0
  43. twitter/train/part-5.parquet +3 -0
  44. twitter/train/part-6.parquet +3 -0
  45. twitter/train/part-7.parquet +3 -0
  46. twitter/train/part-8.parquet +3 -0
  47. twitter/train/part-9.parquet +3 -0
  48. x5-retail/test/part-0.parquet +3 -0
  49. x5-retail/test/part-1.parquet +3 -0
  50. x5-retail/test/part-2.parquet +3 -0
30music/test/part-0.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:223647f2d507be084103cbfe21f5d651efe1805df4d17ff33e6e865047595453
3
+ size 496933
30music/train/part-0.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:241f501420893971059f39dfcb3c3fc874944bd7cccf0737bd69f5d551e1932a
3
+ size 4269959
README.md ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "ESdB: Embeddings for Sequential Data Benchmark"
3
+ license: cc-by-4.0
4
+ language:
5
+ - en
6
+ task_categories:
7
+ - tabular-classification
8
+ - tabular-regression
9
+ - time-series-forecasting
10
+ configs:
11
+ - config_name: 30music
12
+ data_files:
13
+ - split: train
14
+ path: 30music/train/*.parquet
15
+ - split: test
16
+ path: 30music/test/*.parquet
17
+ - config_name: age
18
+ data_files:
19
+ - split: train
20
+ path: age/train/*.parquet
21
+ - split: test
22
+ path: age/test/*.parquet
23
+ - config_name: alpha
24
+ data_files:
25
+ - split: train
26
+ path: alpha/train/*.parquet
27
+ - split: test
28
+ path: alpha/test/*.parquet
29
+ - config_name: electric_devices
30
+ data_files:
31
+ - split: train
32
+ path: electric_devices/train/*.parquet
33
+ - split: test
34
+ path: electric_devices/test/*.parquet
35
+ - config_name: ett
36
+ data_files:
37
+ - split: train
38
+ path: ett/train/*.parquet
39
+ - split: test
40
+ path: ett/test/*.parquet
41
+ - config_name: favorita
42
+ data_files:
43
+ - split: train
44
+ path: favorita/train/*.parquet
45
+ - split: test
46
+ path: favorita/test/*.parquet
47
+ - config_name: rossman
48
+ data_files:
49
+ - split: train
50
+ path: rossman/train/*.parquet
51
+ - split: test
52
+ path: rossman/test/*.parquet
53
+ - config_name: taobao
54
+ data_files:
55
+ - split: train
56
+ path: taobao/train/*.parquet
57
+ - split: test
58
+ path: taobao/test/*.parquet
59
+ - config_name: twitter
60
+ data_files:
61
+ - split: train
62
+ path: twitter/train/*.parquet
63
+ - split: test
64
+ path: twitter/test/*.parquet
65
+ - config_name: x5-retail
66
+ data_files:
67
+ - split: train
68
+ path: x5-retail/train/*.parquet
69
+ - split: test
70
+ path: x5-retail/test/*.parquet
71
+ - config_name: yambda
72
+ data_files:
73
+ - split: train
74
+ path: yambda/train/*.parquet
75
+ - split: test
76
+ path: yambda/test/*.parquet
77
+ - config_name: zvuk
78
+ data_files:
79
+ - split: train
80
+ path: zvuk/train/*.parquet
81
+ - split: test
82
+ path: zvuk/test/*.parquet
83
+ tags:
84
+ - event-sequences
85
+ - timeseries
86
+ - anomaly-detection
87
+ - benchmark
88
+ ---
89
+
90
+ # ESdB: Embeddings for Sequential Data Benchmark
91
+
92
+ ESdB provides reproducible splits, evaluation shifts, and downstream targets
93
+ for benchmarking representations of sequential data.
94
+
95
+ This repository contains benchmark annotations only. It does not redistribute
96
+ the original events or input features. Original datasets must be obtained from
97
+ their respective sources and can be reproduced with the preprocessing code in
98
+ the [ESdB repository](https://github.com/On-Point-RND/ESdB-Embeddings-for-Sequential-data-Benchmark).
99
+
100
+ ## Structure
101
+
102
+ Each dataset contains `train` and `test` Parquet directories:
103
+
104
+ ```text
105
+ <dataset>/train/
106
+ <dataset>/test/
107
+ ```
108
+
109
+ The files contain:
110
+
111
+ - an identifier inherited from the source dataset;
112
+ - `shifts`: positions used to construct local downstream targets;
113
+ - `global_train`: the global-task train/test assignment;
114
+ - `target__*`: source-provided or ESdB-derived downstream targets.
115
+
116
+ ## Datasets
117
+
118
+ `30music`, `age`, `alpha`, `electric_devices`, `ett`, `favorita`, `rossman`,
119
+ `taobao`, `twitter`, `x5-retail`, `yambda`, and `zvuk`.
120
+
121
+ ## License
122
+
123
+ CC BY 4.0 applies to the benchmark annotations, split definitions, evaluation
124
+ shifts, and documentation created by the ESdB authors. It does not relicense
125
+ the original source datasets. Source-provided identifiers and labels remain
126
+ subject to their respective source terms.
age/test/part-0.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97c4fdac27ecde42db266ad28f46ef9b12b822ad50c66457d7192b7025a08108
3
+ size 599785
age/train/part-0.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0eaa7c377b9fc36bb14e6d779e94329f1c6437041f1fa82bbabe91a166c88926
3
+ size 3377789
alpha/test/part-0.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6298e42e84d9f980ff1a24c49dca015f4dae6b41c27e12d0e94682030457930e
3
+ size 1920244
alpha/test/part-1.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5c480acaa1e9abda1ef7d36e1b6cbb841d0b38c6cd546655ec68036c9c85ccf
3
+ size 1918186
alpha/test/part-2.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05ccebf691c4baa8d42b97e72988517d2347791808849dca2e1c62f5fd7aeda1
3
+ size 1923080
alpha/test/part-3.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fa5629586a53d3e6caa6570de245fb6fc65b2fb2a287524b25b532fda95d3b0
3
+ size 1920684
alpha/test/part-4.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:395cda008f1c7a99754db959faf1c029f0943cb208d6b9a7feb4150fcbb40c50
3
+ size 1915226
alpha/train/part-0.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63c42dcd8fbd3e708870b3de26e84941817321e9ff13ae991c77b4451650f32b
3
+ size 10382874
alpha/train/part-1.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1083ac37b89540d0b2afd08355535e3c1debe87e8162f18c035faa8e069e4a02
3
+ size 10415552
alpha/train/part-2.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d81d9cf2c6220bbf17c4086ad3ad1599700af5d1c22012d2d4538db963a282e
3
+ size 10397661
alpha/train/part-3.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f780220f8f904bf7387d9f124ee9f745923ffa1a1589bd1a361ab06803886cbb
3
+ size 10414158
alpha/train/part-4.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d679d99b39629975ffce9860165c6abd53136a0d0dab3a088eed606fc170007
3
+ size 10407414
alpha/train/part-5.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac6a5a49dac760c56b80654b05e24df80be6cc85181cbbe63c1910f1e30a52ca
3
+ size 10415572
alpha/train/part-6.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26791219d527c10d35ac2fb31b0a1a5f56ec160d588f7708156db5e7663261ce
3
+ size 10401227
alpha/train/part-7.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4256c81c695bdf7381d2e2164230f382780a84e26cc63e79bcfaced732232cfd
3
+ size 10404530
alpha/train/part-8.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62f543140638b5e1d5fd8d0e60771c283012ffbc946f8ed416aea04bc086c190
3
+ size 10414994
alpha/train/part-9.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d5cb7410d91ec8d5adb55f1d71a0699a1425a01f41fdc9a99481be9655af694
3
+ size 5976684
electric_devices/test/part-0.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2970cf0ffef5f32f9e96afc1aec64cdf46d5a5be6210ea8c1953c13d2dac478
3
+ size 213356
electric_devices/train/part-0.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1239cb5a2ac0d5b0aea8a986cfae59db1b1df8dd441a55814130445d339989a
3
+ size 1050110
ett/test/part-0.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edf6e7bb4d7324972742392f1dcd5c08f4b504c6176bd5df1fa73dcb42743de4
3
+ size 45923
ett/train/part-0.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2e27cc66a157f51809f49519edf56cd6d9cf9e95efc9dc7bfd29bac052fa591
3
+ size 131314
favorita/test/part-0.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e08dd86cbf32e70b1789c5c48dc7f6ceddce760eeb5f418a9713ac0e573b961
3
+ size 169168
favorita/train/part-0.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d2d0eb3990a3a1df9ed3358f2a2a1a3e20e3160bc769a364e4ec8a9cc598586
3
+ size 264393
rossman/test/part-0.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82b73f6f6717982c333fd11110cfc142685e52bccaabe2548bf910c47f0748c4
3
+ size 239488
rossman/train/part-0.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5d48f3b1d9de4b6dd7737815d91f430d0a12c7717f6270fb5d8bd8b68d4e104
3
+ size 1644793
taobao/test/part-0.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:729f4c74971f58bc887adee0fecb0b8cca7b867f29e40859a6d047e85ddcfe7b
3
+ size 203393
taobao/train/part-0.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2c785855f8447b5be8a7a77fbe45b66be4adcd738cf636f601801524a932f1a
3
+ size 683222
twitter/test/part-0.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78209b13f4a637b8e20eb109aee6ebe34ddf1c221d1f026083b0c568d46bf152
3
+ size 6270
twitter/train/part-0.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cca02a42e0928d075a535e86820b1fd2c224483199bdc4aa4f839c2ff456427
3
+ size 828220
twitter/train/part-1.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec906ef0802e9c45244ef0ac0c73075a3f6de672b0f557bc4e95c6b1e813619a
3
+ size 829194
twitter/train/part-10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22c396eadb8ab83bfd578e692b37023eeb977f78121619a4ce638e70b1da8330
3
+ size 828826
twitter/train/part-11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6108082148f7fbb436317e260ace2fc6cb09d198c48935935e47d7bd9299c68
3
+ size 828102
twitter/train/part-12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73b89c995d760df2671843753fde27abd3fbab456e3410d541d9de4fa1c23c20
3
+ size 831542
twitter/train/part-13.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e70da2d659e5e90dd1126376c6d6fe843d5f4eacc2276f97001615a7234ba31
3
+ size 829921
twitter/train/part-14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf3421e648d029fb1ed7c61ad35f1db0a1191f9533febacbcff997c47936d16c
3
+ size 829366
twitter/train/part-15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e5b45b53c1bec2d9dd588ab97916dcf12e7353203d01dbd29d7673bee2da260
3
+ size 829459
twitter/train/part-2.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f577ee6edd2978c7f940da654138ab1a89d3eecca2087bae48f18e80a3238db
3
+ size 828390
twitter/train/part-3.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53d4a28d49af5b52d66ee2f8af844ab36f53ee2d514b27cab82836d7ce28dce9
3
+ size 830290
twitter/train/part-4.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:793ac06930a5d1a4483389fa13cd3b7b229451923615f1ad09f96843abe5fad7
3
+ size 830158
twitter/train/part-5.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1dd60e44c7145a1bdb3f600aab0ba517fcf040beaa3e53dc22317ac0147cefd
3
+ size 829471
twitter/train/part-6.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d9fff3fbad671889c779b5df90070d40d5b692e1258a7b057e989d3fdd0ae5a
3
+ size 829181
twitter/train/part-7.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdfcdc80626aeb460265edc3e1581afbd3e736d29cc7ddc267bb7207bf5e4f54
3
+ size 830445
twitter/train/part-8.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d959a1fea7ae9ea956da8d45850e93797841bcb8ed2aefe375d790398e70bd69
3
+ size 829742
twitter/train/part-9.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f45015f4b750d15f3cc32e59819dc81e51cfcb0e5396255c81ae82a8951bda65
3
+ size 829716
x5-retail/test/part-0.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:178d2a0f88e97e3121e1340aa65248d0667293188cb821cf937a1897e42e9613
3
+ size 2461167
x5-retail/test/part-1.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca557f91fa9bd083a5e05a5428c45299f405231bd20d8060fd0f6f6234d487bd
3
+ size 2464680
x5-retail/test/part-2.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6eac41b4b82b55a4796df83897e2852e99868d195fe7d983c21c8025d756f6d0
3
+ size 315118