Views
No views yet
1tiny/best.pt
2small/best.pt
3base/best.pt
4tokenizer/base/best.pt
5vq_order_model/
6examples/minimal_inference.py
7requirements.txt
8config.json
9LICENSE| Model | Size | Open-sourced |
|---|---|---|
| tiny | 10M | ✅ |
| small | 25M | ✅ |
| base | 75M | ✅ |
| large | 366M | ❌ |
| xlarge | 1.27B | ❌ |
| Component | Checkpoint |
|---|---|
| VQ tokenizer2 base | tokenizer/base/best.pt |
time_head.* parameters from an earlier zero-inflated time modeling
experiment. This branch is deprecated and is not used in the M3 tokenizer.decode_time_mode="reconstruction", i.e., delta_time_seconds is
decoded directly from the continuous reconstruction head. Users should ignore this head and use the reconstruction-based time output.pip install -r requirements.txtexamples/ folder contains one tiny smoke-test sample (prompt_ids.npy, conditioning.npz, and example_metadata.json). Then run:python examples/minimal_inference.py --model-size base1python examples/minimal_inference.py --model-size tiny
2python examples/minimal_inference.py --model-size small[relative_open_price, log_volume, delta_time_seconds, action, side]