Views
No views yet
| Field | Value |
|---|---|
| Original authors | AutonLab @ Carnegie Mellon University |
| Upstream (authoritative) | https://huggingface.co/AutonLab/MOMENT-1-small |
| Source repo | https://github.com/moment-timeseries-foundation-model/moment |
| Paper | https://arxiv.org/abs/2402.03885 (Goswami et al. 2024) |
| License | mit (inherited from upstream — please respect upstream's terms) |
| Mirror file | pytorch_model.bin |
| SHA-256 | 90c566d82684b1136e0e4ea6ad15c9f7c94c65d8939704dcea7904caea8895b8 |
| Size | 151,641,697 bytes (144.6 MB) |
1from xaitalk.hub import ensure_model
2weights_path = ensure_model("moment-1-small")
3# Tries the canonical upstream first; falls back to this xaitalk mirror
4# automatically if upstream is unreachable.xaitalk/*-mirror so the pipeline survives upstream URL changes, repo
renames, or deletions. Bit-level parity with the canonical is asserted in
CI via python -m xaitalk.hub verify-mirrors.https://arxiv.org/abs/2402.03885 (Goswami et al. 2024)