--- license: apache-2.0 --- **WARNING**: Do *not* consider anything in this repo production ready. ### Checkpoints - **siglip_swinv2_base_2025_02_22_18h56m54s** Text encoder trained on top of frozen [SmilingWolf/wd-swinv2-tagger-v3](https://huggingface.co/SmilingWolf/wd-swinv2-tagger-v3), so pretty much SigLIT style. Compatible with existing DeepGHS indexes/embeddings. - **siglip_swinv2_base_2025_05_02_22h02m36s** Based on `siglip_swinv2_base_2025_02_22_18h56m54s`, with unfrozen image encoder. So SigLIP with warm start, I guess. - **siglip_eva02_base_2025_05_02_21h53m54s** A test with a different architecture, trained from scratch using SigLIP. ### Usage Example See [deepghs/search_image_by_image_or_text](https://huggingface.co/spaces/deepghs/search_image_by_image_or_text) for example usage. ### Compatibility The checkpoints in this repo have been structured for compatibility with the [dghs-realutils](https://github.com/deepghs/realutils) package.