Echo-Memory / checkpoints.json
Wayne-King's picture
Document validated SSM and FramePack checkpoints
54dd599 verified
Raw
History Blame Contribute Delete
1.26 kB
{
"repo_id": "Echo-Team/Echo-Memory",
"backbone": "Wan2.1-T2V-1.3B",
"checkpoints": [
{
"id": "context_k1",
"family": "Raw context",
"paper_row": "Context K=1",
"train_recipe": "train/context_learning/run_pre_qkv_ctx1.sh",
"hf_path": "context_k1/epoch-0.safetensors",
"training_steps": 30000,
"backbone": "Wan2.1-T2V-1.3B"
},
{
"id": "framepack_len_r8",
"family": "Compression",
"paper_row": "FramePack length r8",
"train_recipe": "train/memory_baselines_basic/run_ablation_framepack_len_r8_two_chunk.sh",
"hf_path": "framepack_len_r8/epoch-0.safetensors",
"training_steps": 30000,
"sha256": "dd57625506a2c68c402dc05de8f3c6fc5f5376fcac77d7fb6f26eb6ace1d74bf",
"backbone": "Wan2.1-T2V-1.3B"
},
{
"id": "block_wise_ssm_causal_v2",
"family": "State-space",
"paper_row": "Block-wise SSM causal v2",
"train_recipe": "train/memory_baselines_basic/run_ablation_block_wise_ssm_causal_v2_two_chunk.sh",
"hf_path": "block_wise_ssm_causal_v2/epoch-0.safetensors",
"training_steps": 30000,
"sha256": "0dd90ea3f3423644f4d68c6d1185d7d717d328f5922ee21f745fc85abe9a01a9",
"backbone": "Wan2.1-T2V-1.3B"
}
]
}