You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

molmo2-codec Stage-1 (P-tokenizer)

Stage-1 pretrained P-tokenizer for the AdaCodec-on-molmo2 video pipeline (codec-aligned video input: I-frames -> 81 tokens after 3x3 pool, P-frames -> ~5 tokens via this P-tokenizer, ~4.2x token compression).

  • ptokenizer_step3999.pt β€” final checkpoint (used by Stage-2 SFT via CODEC_STAGE1_PTOK).
  • ptokenizer_step{1000,2000,3000}.pt β€” intermediate checkpoints.

Code: https://github.com/weikaih04/molmo2-codec (branch adacodec). Loaded into codec_ptok.proj (the trainable connector) in launch_scripts/train_codec_sft.py.

V2 (2026-07-10) β€” v2/

  • v2/ptokenizer_step3999.pt β€” use this one. N_P=8 (was 5), temporal embedding e_t (paper z_t^P = E_P(u_t) + e_t), trained on paper-style CHAIN samples (GOP's I + P_1..P_n, target = frame of P_n), motion search widened to Β±16px (hierarchical). Probe (nextqa->mlvu quick protocol): codec 37.5% vs dense 21.0% at 26.4% token budget.
  • v2/ptokenizer_step3999_bigbatch.pt β€” same recipe at 4x batch (14 epochs): LOWER Stage-1 loss (0.154 vs 0.25) but WORSE downstream probe (23.5%) β€” kept as an overfitting datapoint.
  • V1 ckpts (repo root) are incompatible with the V2 config (query shape 5 vs 8).
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support