arjunashok commited on
Commit
b05e6c8
1 Parent(s): a401396

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -9
README.md CHANGED
@@ -7,7 +7,6 @@ tags:
7
  - foundation models
8
  - time series foundation models
9
  ---
10
-
11
  # Lag-Llama: Towards Foundation Models for Probabilistic Time Series Forecasting
12
 
13
  ![lag-llama-architecture](images/lagllama.webp)
@@ -16,23 +15,34 @@ Lag-Llama is the <b>first open-source foundation model for time series forecasti
16
 
17
  Twitter Thread: https://twitter.com.
18
 
19
- HuggingFace: {}
20
 
21
- Colab Demo: {}
22
 
23
- Paper: {Not arxiv}.
24
 
25
  arXiv has a previous outdated version of the paper and is still being updated with the latest version; please use the above link to access the latest version.
26
 
 
27
  This repository houses the Lag-Llama architecture.
28
 
29
  <b>Current Features:</b>
30
 
31
- 1. <b>Zero-shot forecasting</b> on a dataset of <b>any frequency</b> for <b>any prediction length</b>, using the Colab Demo.
 
 
32
 
33
  Coming Soon:
34
 
35
- 1. An <b>online gradio demo</b> to upload time series and get zero-shot predictions for
36
- 1. Features for <b>finetuning</b> the foundation model
37
- 2. Features for <b>pretraining</b> Lag-Llama on your own large-scale data
38
- 3. Scripts to <b>reproduce</b> all results in the paper.
 
 
 
 
 
 
 
 
 
7
  - foundation models
8
  - time series foundation models
9
  ---
 
10
  # Lag-Llama: Towards Foundation Models for Probabilistic Time Series Forecasting
11
 
12
  ![lag-llama-architecture](images/lagllama.webp)
 
15
 
16
  Twitter Thread: https://twitter.com.
17
 
18
+ HuggingFace: https://huggingface.co/time-series-foundation-models/Lag-Llama
19
 
20
+ Colab Demo: https://colab.research.google.com/drive/13HHKYL_HflHBKxDWycXgIUAHSeHRR5eo?usp=sharing
21
 
22
+ Paper: https://time-series-foundation-models.github.io/lag-llama.pdf
23
 
24
  arXiv has a previous outdated version of the paper and is still being updated with the latest version; please use the above link to access the latest version.
25
 
26
+ ____
27
  This repository houses the Lag-Llama architecture.
28
 
29
  <b>Current Features:</b>
30
 
31
+ 💫 <b>Zero-shot forecasting</b> on a dataset of <b>any frequency</b> for <b>any prediction length</b>, using the <a href="https://colab.research.google.com/drive/13HHKYL_HflHBKxDWycXgIUAHSeHRR5eo?usp=sharing">Colab Demo.</a><br/>
32
+
33
+ ____
34
 
35
  Coming Soon:
36
 
37
+ An <b>online gradio demo</b> where you can upload time series and get zero-shot predictions.
38
+
39
+ Features for <b>finetuning</b> the foundation model
40
+
41
+ ⭐ Features for <b>pretraining</b> Lag-Llama on your own large-scale data
42
+
43
+ ⭐ Scripts to <b>reproduce</b> all results in the paper.
44
+
45
+
46
+ ____
47
+
48
+ Stay Tuned!🦙