Views
No views yet
model.safetensors (trainable predictor weights, and
for ExPLoRA/LoRA variants, the adapted encoder deltas) plus a config.json recording the exact recipe.
Frozen backbone weights (V-JEPA2 from Meta, the text encoder from its own source) are not included
here; they're downloaded from their own public sources at load time.1from scripts.load_from_hf import load_from_hf
2
3model = load_from_hf("Abdrah/scout-eccv-y-clip-v17").eval()
4# model.encode_image(pixel_values) # [B, 3, 384, 384] in [0, 1] -> [B, out_dim] L2-normalized
5# model.encode_text(["a caption"]) # -> [B, out_dim] L2-normalizeduv run python scripts/local_eval.py --hf-repo Abdrah/scout-eccv-y-clip-v17 --pab-root /path/to/PAB --query-source val