ccloud0525 commited on
Commit
c495b02
·
1 Parent(s): b882e8e

feat: "Add Readme"

Browse files
Files changed (1) hide show
  1. README.md +47 -4
README.md CHANGED
@@ -8,10 +8,53 @@ tags:
8
  ---
9
 
10
  <div align="center">
11
- <img alt="intro" src="https://cdn-uploads.huggingface.co/production/uploads/66276727368ec2a0b933772c/ytpsIAr98keUvNouoOVmb.png" width="30%"/>
12
- <h1> Aurora: Towards Universal Generative Multimodal Time Series Forecasting </h1>
13
- The official code repo of our ICLR 26's paper: <a href="https://arxiv.org/pdf/2509.22295">Aurora: Towards Universal Generative Multimodal Time Series Forecasting</a>
14
- [![ICLR](https://img.shields.io/badge/ICLR'26-Aurora-orange)](https://arxiv.org/pdf/2509.22295) [![Python](https://img.shields.io/badge/Python-3.10%2B-blue)](https://www.python.org/) [![PyTorch](https://img.shields.io/badge/PyTorch-2.4.1-blue)](https://pytorch.org/) ![Stars](https://img.shields.io/github/stars/decisionintelligence/Aurora) [![GitHub](https://img.shields.io/badge/GitHub-Aurora-black?logo=github)](https://github.com/decisionintelligence/Aurora)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  </div>
16
 
17
 
 
8
  ---
9
 
10
  <div align="center">
11
+ <img
12
+ alt="Aurora Logo"
13
+ src="https://cdn-uploads.huggingface.co/production/uploads/66276727368ec2a0b933772c/ytpsIAr98keUvNouoOVmb.png"
14
+ width="30%"
15
+ />
16
+
17
+ <h1>Aurora: Towards Universal Generative Multimodal Time Series Forecasting</h1>
18
+
19
+ <p>
20
+ The official code repo of our ICLR 2026 paper:
21
+ <a href="https://arxiv.org/pdf/2509.22295">
22
+ Aurora: Towards Universal Generative Multimodal Time Series Forecasting
23
+ </a>
24
+ </p>
25
+
26
+ <p>
27
+ <a href="https://arxiv.org/pdf/2509.22295">
28
+ <img
29
+ alt="ICLR 2026"
30
+ src="https://img.shields.io/badge/ICLR%202026-Aurora-orange"
31
+ />
32
+ </a>
33
+ <a href="https://www.python.org/">
34
+ <img
35
+ alt="Python"
36
+ src="https://img.shields.io/badge/Python-3.10%2B-blue"
37
+ />
38
+ </a>
39
+ <a href="https://pytorch.org/">
40
+ <img
41
+ alt="PyTorch"
42
+ src="https://img.shields.io/badge/PyTorch-2.4.1-blue"
43
+ />
44
+ </a>
45
+ <a href="https://github.com/decisionintelligence/Aurora">
46
+ <img
47
+ alt="GitHub Stars"
48
+ src="https://img.shields.io/github/stars/decisionintelligence/Aurora?logo=github"
49
+ />
50
+ </a>
51
+ <a href="https://github.com/decisionintelligence/Aurora">
52
+ <img
53
+ alt="GitHub"
54
+ src="https://img.shields.io/badge/GitHub-Aurora-black?logo=github"
55
+ />
56
+ </a>
57
+ </p>
58
  </div>
59
 
60