File size: 1,734 Bytes
15ebb4b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | {
"step": 7000,
"epoch": 0,
"freeze_base": true,
"use_distributed_optimizer": true,
"world_size": 32,
"optimizer_parameter_state_files": [
"optimizer-parameter-state-rank-0000.pt"
],
"model_name": "/scratch/galaj/communication-efficient-moe/checkpoints/fullft_qwen3base_bf16/fullft-qwen3base-bf16-fullft-dolci-qwen3-30b-joint-bs128-baseline-obj-lm-steps4000-lr2e-5-seed42/checkpoints/step-0004000/backbone-hf",
"dataset": "data/tokenized/dolci-no-tools-512k-qwen3-2048",
"max_length": 2048,
"data_step_offset": 0,
"git_commit": "566bb137bc4629baa6adb2466735a42d210534cb",
"compression": {
"dispatch": {
"bottleneck_schedule": [
768,
512,
896,
1152,
1280,
1280,
1408,
1408,
1408,
1408,
1408,
1408,
1536,
128,
384,
640,
896,
1024,
1024,
1152,
1152,
1152,
1152,
1280,
1536,
128,
384,
640,
896,
1024,
1024,
1152,
1152,
1152,
1152,
1152,
1536,
128,
384,
768,
896,
1024,
1152,
1152,
1280,
1280,
1280,
1024
],
"compression_ratio": 2,
"init": "pretrained",
"pretrained_weights_path": "/scratch/galaj/communication-efficient-moe/offline_codecs/iso-dispatch/iso2x",
"stale_stride": 12
},
"combine": {
"bottleneck_schedule": null,
"compression_ratio": null,
"init": "identity_truncated",
"pretrained_weights_path": null,
"stale_stride": null
}
}
} |