Instructions to use NeuronDS/CL_forecasting_foundation_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NeuronDS/CL_forecasting_foundation_model with Transformers:
# Load model directly from transformers import AutoTokenizer, PatchTSMixerForPrediction tokenizer = AutoTokenizer.from_pretrained("NeuronDS/CL_forecasting_foundation_model") model = PatchTSMixerForPrediction.from_pretrained("NeuronDS/CL_forecasting_foundation_model") - Notebooks
- Google Colab
- Kaggle