Time Series Forecasting
Transformers
Safetensors
kairos
time-series
forecasting
foundation-model
zero-shot
Instructions to use mldi-lab/Kairos_23m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mldi-lab/Kairos_23m with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mldi-lab/Kairos_23m", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Add pipeline_tag and library_name to Kairos-23M model card
#1
by nielsr HF Staff - opened
This PR updates the model card for Kairos-23M by adding the pipeline_tag: time-series-forecasting for improved discoverability on the Hugging Face Hub. It also adds library_name: transformers to automatically enable the "How to use" widget, as the model is designed to be loaded via the Transformers library using trust_remote_code=True.
GritLs changed pull request status to merged