| What to edit | Relevant fields | What to preserve / coordinate |
|---|---|---|
| Data and task | task.data, unique_labelsdataset.train_subset / valid_subset | Label order, complete annotations, held-out groups |
| Starting model | model.w2v_pathtask.sample_rate / conv_feature_layers | Rate and frontend must match the pretrained checkpoint |
| Compute and output | distributed_world_size, max_tokensupdate_freq, checkpoint.save_dir | Match the actual launch; use a new run directory |
| Short-run timing | max_update, freeze_finetune_updateswarmup, validation and saving intervals | A 200-update run must not inherit a 10,000-update freeze schedule |