Use cases
- Rapid zero-shot forecasting for new datasets without training
- Time-series exploration and baseline evaluation
- Resource-constrained deployment where Chronos-2 is too large
- Batch forecasting across many series where latency matters
- AutoGluon pipeline integration for automated time-series modeling
Pros
- Small model size enables faster inference than full Chronos-2
- Zero-shot forecasting without per-dataset training
- Apache 2.0 license
- AutoGluon ecosystem integration for end-to-end ML pipelines
Cons
- Bolt-small trades accuracy for speed vs. Bolt-base or Chronos-2
- Token-based quantization adds discretization error vs. continuous methods
- Performance varies significantly by domain and time-series type
- Requires AutoGluon or custom T5 code for inference — no transformers.pipeline wrapper
- Not competitive with statistical methods (ETS, ARIMA) on short, regular series
FAQ
What is chronos-bolt-small used for?
Rapid zero-shot forecasting for new datasets without training. Time-series exploration and baseline evaluation. Resource-constrained deployment where Chronos-2 is too large. Batch forecasting across many series where latency matters. AutoGluon pipeline integration for automated time-series modeling.
Is chronos-bolt-small free to use?
chronos-bolt-small is an open-source model published on HuggingFace. License terms vary by model — check the model card for the specific license.
How do I run chronos-bolt-small locally?
Most HuggingFace models can be loaded with transformers or the appropriate framework library. See the model card for framework-specific instructions and hardware requirements.