Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,7 @@ tags:
|
|
17 |
- large-time-series-models
|
18 |
---
|
19 |
|
|
|
20 |
# Time-Series Transformer (Timer)
|
21 |
|
22 |
Large time-series model introduced in this [paper](https://arxiv.org/abs/2402.02368) and enhanced with our [further work](https://arxiv.org/abs/2410.04803).
|
@@ -29,7 +30,7 @@ For more information, please see the [Github Repo](https://github.com/thuml/Larg
|
|
29 |
|
30 |
There's indeed room for improvement in this small model. We are actively working around it and are glad to see constructive suggestions and noteworthy cases :)
|
31 |
|
32 |
-
|
33 |
```
|
34 |
pip install transformers==4.40.1 # Use this version and Python 3.10 for stable compatibility
|
35 |
```
|
|
|
17 |
- large-time-series-models
|
18 |
---
|
19 |
|
20 |
+
|
21 |
# Time-Series Transformer (Timer)
|
22 |
|
23 |
Large time-series model introduced in this [paper](https://arxiv.org/abs/2402.02368) and enhanced with our [further work](https://arxiv.org/abs/2410.04803).
|
|
|
30 |
|
31 |
There's indeed room for improvement in this small model. We are actively working around it and are glad to see constructive suggestions and noteworthy cases :)
|
32 |
|
33 |
+
## Quickstart
|
34 |
```
|
35 |
pip install transformers==4.40.1 # Use this version and Python 3.10 for stable compatibility
|
36 |
```
|