Views
No views yet
imageomics/bioclip-2.5-vith14
trained contrastively on the ReefNet 1.0 coral-reef species dataset
(ReefNet/ReefNet-1.0),
92-class global curated split (train 48,312 / image-val 32,792 / image-test 33,090 /
source-val 8,074; split cache 56ea94e36f9f).open_clip_model.safetensors — the merged full model. Base BioCLIP 2.5 with
the LoRA adapters folded into the weights and restored to the original
nn.MultiheadAttention layout. Load as a plain CLIP, no PEFT needed:
1import open_clip
2model, _, preprocess = open_clip.create_model_and_transforms(
3 "hf-hub:BobDerBaum/bioclip-2.5-vith14-reefnet-lora"
4)
5tokenizer = open_clip.get_tokenizer("hf-hub:BobDerBaum/bioclip-2.5-vith14-reefnet-lora")adapter.safetensors + adapter_config.json — the raw PEFT LoRA adapters
(vision encoder only, 3.6% trainable) plus the trained logit_scale. Load onto
the base model with PEFT (see adapter_config.json for target_modules).imageomics/bioclip-2.5-vith14 (frozen), LoRA on Q/K/V/O of attention
and c_fc/c_proj of MLP of the vision encoder only (the text encoder was not
adapted — text-encoder PEFT was not yet implemented at this run).val_acc=0.8865).62yuzh9j)| Split | Accuracy | Top-5 | Balanced Acc | Macro F1 |
|---|---|---|---|---|
| Image-Val | 0.8872 | 0.9851 | 0.8105 | 0.7282 |
| Image-Test | — | — | — | — |
| Source-Val | — | — | — | — |
outputs/2026-06-27/01-27-46/ for full
per-class metrics.)BobDerBaum/reefnet_species_images.