Views
No views yet
amazon/chronos-2 base on the MHC training split (LoRA, rank 8, alpha 16; the adapter has been merged into the base so this is a standalone full model — no PEFT runtime dependency).checkpoint/: config.json + model.safetensors)amazon/chronos-21import openmhc
2from openmhc.forecasters import Chronos2Forecaster
3
4# pip install "openmhc[chronos]"
5fc = Chronos2Forecaster.from_release("hf://MyHeartCounts/openmhc-chronos2-fc@v1.0")
6results = openmhc.evaluate_forecasting(fc, version="full")model.release_dir=hf://MyHeartCounts/openmhc-chronos2-fc@v1.0. See openmhc_manifest.json for
provenance (training run, base model, fine-tuning details) and architecture
metadata.