animal2vec workshop · MPIABDay 2 · 11:15–12:15

Adapt the recipe—leave as much untouched as you can

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