Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,9 @@ This version is pre-trained on **307B** time points with **84M** parameters, a l
|
|
13 |
We evaluate the model on the following benchmarks: [TSLib Dataset](), [GIFT-Eval]().
|
14 |
|
15 |
# Quickstart
|
|
|
|
|
|
|
16 |
|
17 |
```
|
18 |
import torch
|
|
|
13 |
We evaluate the model on the following benchmarks: [TSLib Dataset](), [GIFT-Eval]().
|
14 |
|
15 |
# Quickstart
|
16 |
+
```
|
17 |
+
pip install transformers==4.40.1 # use this version of package for the stable compatibility
|
18 |
+
```
|
19 |
|
20 |
```
|
21 |
import torch
|