scout-eccv-v17 / config.json
Abdrah's picture
Upload folder using huggingface_hub
ace4aa0 verified
Raw
History Blame Contribute Delete
964 Bytes
{
"kind": "sft",
"config": {
"model": {
"x_variant": "vit_large_384",
"K": 64,
"predictor_layers": 24,
"out_dim": 768,
"readout": "concat",
"gradient_checkpointing": true
},
"train": {
"steps": 6000,
"warmup_steps": 600,
"lr": 2e-05,
"weight_decay": 0.01,
"temperature": 0.07,
"batch_size_per_gpu": 128,
"grad_accum": 1,
"log_every": 50,
"save_every": 1000,
"eval_every": null
},
"data": {
"image_size": 384,
"num_workers": 8,
"balance": "class",
"split": "train"
},
"wandb": {
"project": "eccv-2026",
"run_name": "scout_v17_vitL_K64_pred24_concat_batch128"
}
},
"trainable_param_count": 549559104,
"total_param_count": 1161821766,
"reported_val_map10": 0.8639,
"reported_val_hit10": 0.9862,
"note": null,
"source_checkpoint": "/tank2/eccv-2026/runs/scout_v17/step_00006000_final"
}