soups-tmp-stuff / scripts /soup_eva02_small.sh
minhnguyent546's picture
Upload folder using huggingface_hub
23206d2 verified
raw
history blame contribute delete
545 Bytes
#!/usr/bin/env bash
CHECKPOINTS_DIR='/home/khmt/Documents/TQKhangT/mthien/soups/checkpoints-sync/2025-09-20_14-45-41-eva02_small-reproduced'
python -m soups.run_test_with_model_soups \
--seed 42 \
--checkpoint_path "$CHECKPOINTS_DIR" \
--model timm/eva02_small_patch14_224.mim_in22k \
--uniform_soup \
--greedy_soup \
--pruned_soup \
--pruned_soup_num_iters 64 \
--remove_duplicate_checkpoints \
--greedy_soup_comparison_metric f1 \
--dataset_dir data/ich-split-renamed \
--output_dir "${CHECKPOINTS_DIR}/soups_results"