Time Series Forecasting
Transformers
Safetensors
kairos
time-series
forecasting
foundation-model
zero-shot
Instructions to use mldi-lab/Kairos_50m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mldi-lab/Kairos_50m with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mldi-lab/Kairos_50m", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Remove library name
#2
by nielsr HF Staff - opened
This PR removes the library name since this model does not seem compatible with Transformers. Feel free to update the other repos too.
In case you want to register "Kairos" as a custom library to the hub, you can do so as explained here: https://huggingface.co/docs/hub/models-download-stats#can-i-add-my-query-files-for-my-library.