KonradSzafer commited on
Commit
4da9609
1 Parent(s): af93f4d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - time-series-forecasting
5
+ tags:
6
+ - time-series
7
+ - forecasting
8
+ pretty_name: Time Series PILE
9
+ ---
10
+ # Time Series PILE
11
+ We compiled The Time-series Pile, a large collection of publicly available data from diverse domains, ranging from healthcare to engineering to finance. The Time-series Pile comprises of over 5
12
+ public time-series databases, from several diverse domains for pre-training and evaluation.
13
+
14
+ # Time Series PILE Description
15
+
16
+ ![](PILE_description.png)
17
+
18
+ ## Citation
19
+
20
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
21
+
22
+ **BibTeX:**
23
+ If you use MOMENT please cite our paper:
24
+
25
+ ```bibtex
26
+
27
+ @article{
28
+ goswami2024moment,
29
+ title={{MOMENT: A Family of Open Time-series Foundation Models}},
30
+ author={Goswami, Mononito and Szafer, Konrad and Choudhry, Arjun and Cai, Yifu and Li, Shuo and Dubrawski, Artur},
31
+ journal={arXiv preprint arXiv:2402.03885},
32
+ year={2024},
33
+ }
34
+ ```
35
+
36
+
37
+ **APA:**
38
+
39
+ Goswami, M., Szafer, K., Choudhry, A., Cai, Y., Li, S., & Dubrawski, A. (2024).
40
+ MOMENT: A Family of Open Time-series Foundation Models. arXiv preprint arXiv:2402.03885.