MononitoGoswami commited on
Commit
9fea447
1 Parent(s): b0ae575

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -25,6 +25,8 @@ MOMENT is a family of foundation models for general-purpose time-series analysis
25
 
26
  For details on MOMENT models, training data, and experimental results, please refer to the paper [MOMENT: A Family of Open Time-series Foundation Models](https://arxiv.org/pdf/2402.03885.pdf).
27
 
 
 
28
  # Usage
29
 
30
  **Recommended Python Version:** Python 3.11 (support for additional versions is expected soon).
 
25
 
26
  For details on MOMENT models, training data, and experimental results, please refer to the paper [MOMENT: A Family of Open Time-series Foundation Models](https://arxiv.org/pdf/2402.03885.pdf).
27
 
28
+ MOMENT-1 comes in 3 sizes: [Small](https://huggingface.co/AutonLab/MOMENT-1-small), [Base](https://huggingface.co/AutonLab/MOMENT-1-base), and [Large](https://huggingface.co/AutonLab/MOMENT-1-large).
29
+
30
  # Usage
31
 
32
  **Recommended Python Version:** Python 3.11 (support for additional versions is expected soon).