Update README.md
Browse files
README.md
CHANGED
|
@@ -62,7 +62,7 @@ model = MOMENTPipeline.from_pretrained(
|
|
| 62 |
model.init()
|
| 63 |
```
|
| 64 |
|
| 65 |
-
**Anomaly Detection
|
| 66 |
```python
|
| 67 |
from moment import MOMENTPipeline
|
| 68 |
|
|
@@ -73,7 +73,7 @@ model = MOMENTPipeline.from_pretrained(
|
|
| 73 |
mode.init()
|
| 74 |
```
|
| 75 |
|
| 76 |
-
**
|
| 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
|