SigLIP 2 Base patch16-224 (RLX staging)
Google SigLIP 2 fixed-resolution base checkpoint for RLX.
| Field | Value |
|---|---|
| Hub id | eugenehp/siglip2-base-224 |
| Kind | Staging redistrib of an upstream checkpoint for RLX runners. |
| RLX crate | rlx-siglip2 |
| Upstream | https://huggingface.co/google/siglip2-base-patch16-224 |
Quick start
hf download eugenehp/siglip2-base-224 --local-dir .
cargo run -p rlx-siglip2 --release -- --model-dir . --image photo.jpg --labels "a cat, a dog"
File highlights
model.safetensors(1.4 GiB)siglip2-base-224.f16.gguf(715.6 MiB)tokenizer.json(32.8 MiB)tokenizer.model(4.0 MiB)fixture/reference.json(3.0 MiB)tokenizer_config.json(46.1 KiB)special_tokens_map.json(636 B)preprocessor_config.json(394 B)config.json(253 B)
Do not use as the main runtime pack
These files may be present for historical / staging reasons but are not the supported RLX load path:
siglip2-base-224.f16.gguf
Community *.f16.gguf / LM-only Q4 packs are format wraps โ they are not drop-in replacements for the RLX primary file above.
Run with RLX
Clone rlx-models, place this repo under weights/vision/siglip2-base-224 (or pass the path explicitly), then:
cargo run -p rlx-siglip2 --release -- --model-dir . --image photo.jpg --labels "a cat, a dog"
License
Apache License 2.0 โ see LICENSE. Inherit upstream terms when redistributing.
Original weights and authorship: https://huggingface.co/google/siglip2-base-patch16-224
Redistrib note
This Hub repo exists so RLX recipes have a stable fetch target. When you only need the upstream checkpoint, prefer the Upstream link above.
- Downloads last month
- 65