| # Zeus reproduction bundle | |
| Reproduction of **Zeus: Towards Tuning-Free Foundation Model for Time Series Analysis** (OpenReview Dtue4WLYSk). | |
| Logbook: https://huggingface.co/spaces/ancs21/repro-zeus · Paper code: https://github.com/GestaltCogTeam/Zeus | |
| - `param_count.py` — verifies Zeus-100M architecture = 102.1M params (from released config+code). Verified. | |
| - Performance (GIFT-Eval, tuning-free zero-shot) NOT reproducible: weights not released (README TODOs the upload). | |
| Run: clone the Zeus repo, `pip install basicts==1.1.0 torch transformers`, put it on sys.path, `python param_count.py`. | |