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