Yong99 commited on
Commit
79303e2
·
verified ·
1 Parent(s): 135787d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 benchmarks: [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 for the stable compatibility
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
  ```