Views
No views yet
| Field | Value |
|---|---|
global_step | 9000 |
epoch | 1 (~47% through epoch 1 at bs=1792) |
| Batch size | 1792 |
| Text encoder | frozen |
| Vision encoder | frozen V-JEPA 2.1 ViT-B/16 @384 |
| Predictors | bidirectional, N=1 |
| λv / λt / λcov | 0.002 / 0.002 / 15 |
| Contains | compressor, bn_mlp, predictors, AdamW, scheduler |
step_0009000.pt — full train checkpoint (weights + optimizer + scheduler)latest.pt — same bytes (alias)1import torch
2ck = torch.load("step_0009000.pt", map_location="cpu", weights_only=False)
3print(ck["global_step"], ck["epoch"])