ancs21 commited on
Commit
738fa0f
·
verified ·
1 Parent(s): d55a4c7

Upload README.md with huggingface_hub

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