Update README.md
Browse files
README.md
CHANGED
@@ -23,11 +23,11 @@ Large time-series model introduced in this [paper](https://arxiv.org/abs/2402.02
|
|
23 |
|
24 |
This version is pre-trained on **260B** time points with **84M** parameters, a lightweight generative Transformer with the state-of-the-art performance on zero-shot forecasting:
|
25 |
|
26 |
-
We evaluate the model on the following
|
27 |
|
28 |
# Quickstart
|
29 |
```
|
30 |
-
pip install transformers==4.40.1 #
|
31 |
```
|
32 |
|
33 |
```
|
|
|
23 |
|
24 |
This version is pre-trained on **260B** time points with **84M** parameters, a lightweight generative Transformer with the state-of-the-art performance on zero-shot forecasting:
|
25 |
|
26 |
+
We evaluate the model on the following benchmark: [TSLib Dataset](https://cdn-uploads.huggingface.co/production/uploads/64fbe24a2d20ced4e91de38a/VAfuvvqBALLvQUXYJPZJx.png).
|
27 |
|
28 |
# Quickstart
|
29 |
```
|
30 |
+
pip install transformers==4.40.1 # Use this version and Python 3.10 for stable compatibility
|
31 |
```
|
32 |
|
33 |
```
|