metadata
license: other
tags:
- dl-trm
- arc
- codebook
- vector-quantization
- latent-traces
DL-TRM Phase 2 Codebooks
This dataset repository contains Phase 2 transition VQ codebook artifacts for DL-TRM.
Contents are organized by vocabulary size:
V16/V32/V128/V256/
Each folder includes:
z_traces.pt: discrete Z trace dataset for the Phase 1 route tracescodebook.pt: learned VQ codebook weightstransition_vq_model.pt: trained transition VQ model weightsdiagnostics.json: code usage and final training diagnosticsz_trace_manifest.json: artifact manifestcheckpoints/: periodic training checkpoints at steps 250, 500, 750, and 1000
Training settings:
batch_size=16max_steps=1000lr=3e-5codebook_weight=1.0commitment_weight=1.0hidden_weight=1.0final_logit_weight=1.0direction_weight=0.0
See upload_summary.json for final diagnostics across all vocabulary sizes.