gdn1-16k32k-bridge-1b / train_plan.json
gyung's picture
Upload GDN1 16K/32K Bridge 1B Full Fine-Tune
682e4c0 verified
Raw
History Blame Contribute Delete
1.13 kB
{
"mode": "full_finetune",
"target_hardware": "8x NVIDIA H200",
"model_path": "/home/work/.projects/LLM-OS-Models/long-gdn/runs/gdn1_32k_balanced_recovery_1b_bs10_ft/checkpoint-200",
"tokenizer_path": "/home/work/.projects/LLM-OS-Models/long-gdn/runs/gdn1_32k_balanced_recovery_1b_bs10_ft/final",
"manifest": "/home/work/.projects/LLM-OS-Models/long-gdn/configs/gdn1_memory_mix_16k32k_bridge_recovery.json",
"output_dir": "/home/work/.projects/LLM-OS-Models/long-gdn/runs/gdn1_16k32k_bridge_from_balanced200_1b_bs10_ft",
"seq_len": 32768,
"per_device_batch_size": 10,
"grad_accum": 1,
"world_size_assumed": 8,
"global_tokens_per_step": 2621440,
"max_steps": 382,
"target_tokens": 1001390080,
"learning_rate": 5e-06,
"warmup_steps": 25,
"weight_decay": 0.1,
"optim": "adamw_torch_fused",
"bf16": true,
"gradient_checkpointing": true,
"override_max_position_embeddings": null,
"notes": [
"No LoRA/PEFT adapters are used.",
"All model parameters remain trainable unless the model implementation freezes them.",
"Dry-run writes this plan without loading model weights."
]
}