mldi-lab/ConTSG-Bench-Datasets
Updated • 226
This repository hosts the official public checkpoint release for ConTSG-Bench.
The current public release includes checkpoints and reproducibility assets for:
synth-usynth-mCheckpoints for other benchmark datasets are not publicly released at this stage.
.
├── experiments/
│ └── <model>/
│ ├── synth-u/
│ │ └── seed{0,1,2}/
│ │ ├── checkpoints/
│ │ │ └── finetune/
│ │ │ └── best.ckpt
│ │ ├── config.template.yaml
│ │ ├── results/
│ │ │ └── expected_seed_metrics.json
│ │ └── summary.json
│ └── synth-m/
│ └── seed{0,1,2}/
│ ├── checkpoints/
│ │ └── finetune/
│ │ └── best.ckpt
│ ├── config.template.yaml
│ ├── results/
│ │ └── expected_seed_metrics.json
│ └── summary.json
├── resources/
│ └── cttp/
│ ├── synth-u/
│ │ ├── clip_model_best.pth
│ │ └── model_configs.yaml
│ └── synth-m/
│ ├── clip_model_best.pth
│ └── model_configs.yaml
├── expected/
│ ├── full_results_synth.csv
│ ├── results_mean_std_synth.csv
│ └── seed_metrics_nested.json
└── manifests/
└── release_manifest_public.json
${LONGCLIP_ROOT}) that should be set to your local dependency path before running.