Time Series Forecasting
Transformers
PyTorch
Safetensors
time series
forecasting
classification
anomaly detection
imputation
pretrained models
foundation models
time-series
Instructions to use AutonLab/MOMENT-1-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AutonLab/MOMENT-1-large with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("AutonLab/MOMENT-1-large", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -88,7 +88,6 @@ model = MOMENTPipeline.from_pretrained(
|
|
| 88 |
### Model Description
|
| 89 |
|
| 90 |
- **Developed by:** [Auton Lab](https://autonlab.org/), [Carnegie Mellon University](https://www.cmu.edu/) and [University of Pennsylvania](https://www.upenn.edu/)
|
| 91 |
-
- **Funded by [optional]:** [More Information Needed]
|
| 92 |
- **Model type:** Time-series Foundation Model
|
| 93 |
- **License:** MIT License
|
| 94 |
|
|
|
|
| 88 |
### Model Description
|
| 89 |
|
| 90 |
- **Developed by:** [Auton Lab](https://autonlab.org/), [Carnegie Mellon University](https://www.cmu.edu/) and [University of Pennsylvania](https://www.upenn.edu/)
|
|
|
|
| 91 |
- **Model type:** Time-series Foundation Model
|
| 92 |
- **License:** MIT License
|
| 93 |
|