qcw2333 nielsr HF Staff commited on
Commit
c57b37f
·
verified ·
1 Parent(s): 6dfcf3d

Add pipeline tag and link to paper (#3)

Browse files

- Add pipeline tag and link to paper (1781f2ef300a2327af03dfc2dcce9a3e268c575d)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +3 -20
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
- license: cc-by-4.0
3
  library_name: YingLong
 
 
4
  tags:
5
  - time-series
6
  - forecasting
@@ -10,11 +11,9 @@ tags:
10
  - large-time-series-models
11
  ---
12
 
13
-
14
  # YingLong
15
 
16
- YingLong model is introduced in this [paper](https://github.com/wxie9/YingLong/blob/main/YingLong_manuscript.pdf). This version is pre-trained on **78B** time points. More details can be found at our [github](https://github.com/wxie9/YingLong/).
17
-
18
 
19
 
20
  ## Quickstart
@@ -49,26 +48,10 @@ print(output.shape)
49
 
50
  A notebook example is also provided [here](https://github.com/wxie9/YingLong/blob/main/quickstart_zero_shot.ipynb). The sample codes for long-term forecasting tasks and gift-eval tasks are provided at [link](https://github.com/wxie9/YingLong/tree/main).
51
 
52
-
53
  <!-- ## Specification -->
54
 
55
-
56
  ## Citation
57
  Coming soon...
58
- <!-- ```
59
- @inproceedings{liutimer,
60
- title={Timer: Generative Pre-trained Transformers Are Large Time Series Models},
61
- author={Liu, Yong and Zhang, Haoran and Li, Chenyu and Huang, Xiangdong and Wang, Jianmin and Long, Mingsheng},
62
- booktitle={Forty-first International Conference on Machine Learning}
63
- }
64
-
65
- @article{liu2024timer,
66
- title={Timer-XL: Long-Context Transformers for Unified Time Series Forecasting},
67
- author={Liu, Yong and Qin, Guo and Huang, Xiangdong and Wang, Jianmin and Long, Mingsheng},
68
- journal={arXiv preprint arXiv:2410.04803},
69
- year={2024}
70
- }
71
- ``` -->
72
 
73
  ## Contact
74
 
 
1
  ---
 
2
  library_name: YingLong
3
+ license: cc-by-4.0
4
+ pipeline_tag: time-series-forecasting
5
  tags:
6
  - time-series
7
  - forecasting
 
11
  - large-time-series-models
12
  ---
13
 
 
14
  # YingLong
15
 
16
+ YingLong model is introduced in this [paper](https://huggingface.co/papers/2506.11029). This version is pre-trained on **78B** time points. More details can be found at our [github](https://github.com/wxie9/YingLong/).
 
17
 
18
 
19
  ## Quickstart
 
48
 
49
  A notebook example is also provided [here](https://github.com/wxie9/YingLong/blob/main/quickstart_zero_shot.ipynb). The sample codes for long-term forecasting tasks and gift-eval tasks are provided at [link](https://github.com/wxie9/YingLong/tree/main).
50
 
 
51
  <!-- ## Specification -->
52
 
 
53
  ## Citation
54
  Coming soon...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
 
56
  ## Contact
57