Yong99 commited on
Commit
bba110f
·
verified ·
1 Parent(s): dbe7a49

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -22,13 +22,13 @@ tags:
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).
24
 
25
- This version is pre-trained on **260B** time points with **84M** parameters, a lightweight generative Transformer for zero-shot point forecasting.
26
 
27
  We evaluate the model on the following benchmark: [TSLib Dataset](https://cdn-uploads.huggingface.co/production/uploads/64fbe24a2d20ced4e91de38a/AXhZLVGR8Cnuxe8CVK4Fu.png).
28
 
29
- For more information, please see the [Github Repo](https://github.com/thuml/Large-Time-Series-Model).
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
  ```
 
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).
24
 
25
+ This version is univariate pre-trained on **260B** time points with **84M** parameters, a lightweight generative Transformer for zero-shot point forecasting.
26
 
27
  We evaluate the model on the following benchmark: [TSLib Dataset](https://cdn-uploads.huggingface.co/production/uploads/64fbe24a2d20ced4e91de38a/AXhZLVGR8Cnuxe8CVK4Fu.png).
28
 
29
+ For more information, please see the [GitHub Repo](https://github.com/thuml/Large-Time-Series-Model).
30
 
31
+ There's indeed room for improvement on this model. We are actively working around it and are glad to see constructive suggestions and noteworthy cases :)
32
 
33
  ## Quickstart
34
  ```