Update README.md
Browse files
README.md
CHANGED
@@ -697,4 +697,27 @@ configs:
|
|
697 |
data_files:
|
698 |
- split: train
|
699 |
path: "wind_power/*.arrow"
|
700 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
697 |
data_files:
|
698 |
- split: train
|
699 |
path: "wind_power/*.arrow"
|
700 |
+
---
|
701 |
+
# LOTSA Data
|
702 |
+
|
703 |
+
The Large-scale Open Time Series Archive (LOTSA) is a collection of open time series datasets for time series forecasting.
|
704 |
+
It was collected for the purpose of pre-training Large Time Series Models.
|
705 |
+
|
706 |
+
See the [paper](https://arxiv.org/abs/2402.02592) and [codebase](https://github.com/SalesforceAIResearch/uni2ts) for more information.
|
707 |
+
|
708 |
+
## Citation
|
709 |
+
|
710 |
+
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
|
711 |
+
|
712 |
+
If you're using LOTSA data in your research or applications, please cite it using this BibTeX:
|
713 |
+
|
714 |
+
**BibTeX:**
|
715 |
+
|
716 |
+
```markdown
|
717 |
+
@article{woo2024unified,
|
718 |
+
title={Unified Training of Universal Time Series Forecasting Transformers},
|
719 |
+
author={Woo, Gerald and Liu, Chenghao and Kumar, Akshat and Xiong, Caiming and Savarese, Silvio and Sahoo, Doyen},
|
720 |
+
journal={arXiv preprint arXiv:2402.02592},
|
721 |
+
year={2024}
|
722 |
+
}
|
723 |
+
```
|