Add the practice
Browse files
README.md
CHANGED
@@ -19,17 +19,13 @@ base_model:
|
|
19 |
---
|
20 |
# [TEMPO: Prompt-based Generative Pre-trained Transformer for Time Series Forecasting](https://arxiv.org/abs/2310.04948)
|
21 |
|
22 |
-
[![preprint](https://img.shields.io/static/v1?label=arXiv&message=2310.04948&color=B31B1B&logo=arXiv)](https://arxiv.org/pdf/2310.04948)
|
23 |
-
[![huggingface](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Models-FFD21E)](https://huggingface.co/Melady/TEMPO)
|
24 |
-
[![License: MIT](https://img.shields.io/badge/License-Apache--2.0-green.svg)](https://opensource.org/licenses/Apache-2.0)
|
25 |
|
26 |
![TEMPO_logo](pics/TEMPO_logo.png)
|
27 |
|
28 |
-
The official model card for ICLR 2024 paper: "TEMPO: Prompt-based Generative Pre-trained Transformer for Time Series Forecasting (ICLR 2024)".
|
29 |
|
30 |
-
The official code for [["TEMPO: Prompt-based Generative Pre-trained Transformer for Time Series Forecasting (ICLR 2024)"]](https://arxiv.org/pdf/2310.04948).
|
31 |
|
32 |
-
TEMPO is one of the very first open source **Time Series Foundation Models** for forecasting task v1.0 version.
|
33 |
|
34 |
![TEMPO-architecture](pics/TEMPO.png)
|
35 |
|
|
|
19 |
---
|
20 |
# [TEMPO: Prompt-based Generative Pre-trained Transformer for Time Series Forecasting](https://arxiv.org/abs/2310.04948)
|
21 |
|
22 |
+
[![preprint](https://img.shields.io/static/v1?label=arXiv&message=2310.04948&color=B31B1B&logo=arXiv)](https://arxiv.org/pdf/2310.04948) [![huggingface](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Models-FFD21E)](https://huggingface.co/Melady/TEMPO) [![License: MIT](https://img.shields.io/badge/License-Apache--2.0-green.svg)](https://opensource.org/licenses/Apache-2.0)
|
|
|
|
|
23 |
|
24 |
![TEMPO_logo](pics/TEMPO_logo.png)
|
25 |
|
|
|
26 |
|
|
|
27 |
|
28 |
+
The official code for [["TEMPO: Prompt-based Generative Pre-trained Transformer for Time Series Forecasting (ICLR 2024)"]](https://arxiv.org/pdf/2310.04948). TEMPO is one of the very first open source **Time Series Foundation Models** for forecasting task v1.0 version.
|
29 |
|
30 |
![TEMPO-architecture](pics/TEMPO.png)
|
31 |
|