MononitoGoswami commited on
Commit
da8d5fb
1 Parent(s): 1e22cc6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -62,7 +62,7 @@ model = MOMENTPipeline.from_pretrained(
62
  model.init()
63
  ```
64
 
65
- **Anomaly Detection/Imputation/Pre-training**
66
  ```python
67
  from moment import MOMENTPipeline
68
 
@@ -73,7 +73,7 @@ model = MOMENTPipeline.from_pretrained(
73
  mode.init()
74
  ```
75
 
76
- **Embedding**
77
  ```python
78
  from moment import MOMENTPipeline
79
 
@@ -97,7 +97,7 @@ model = MOMENTPipeline.from_pretrained(
97
 
98
  - **Repository:** https://github.com/moment-timeseries-foundation-model/ (Pre-training and research code coming out soon!)
99
  - **Paper:** https://arxiv.org/abs/2402.03885
100
- - **Demo:** https://github.com/moment-timeseries-foundation-model/
101
 
102
 
103
  ## Environmental Impact
 
62
  model.init()
63
  ```
64
 
65
+ **Anomaly Detection, Imputation, and Pre-training**
66
  ```python
67
  from moment import MOMENTPipeline
68
 
 
73
  mode.init()
74
  ```
75
 
76
+ **Representation Learning**
77
  ```python
78
  from moment import MOMENTPipeline
79
 
 
97
 
98
  - **Repository:** https://github.com/moment-timeseries-foundation-model/ (Pre-training and research code coming out soon!)
99
  - **Paper:** https://arxiv.org/abs/2402.03885
100
+ - **Demo:** https://github.com/moment-timeseries-foundation-model/moment/tree/main/tutorials
101
 
102
 
103
  ## Environmental Impact