Views
No views yet
colip-large-base: The original OVL base model. This model is optimal for online tasks where accuracy is critical.colip-large-gat: The OVL base model built around a graph-attention network. This model is optimal for online tasks where accuracy is paramount and inference time is not as critical.colip-small-base: The original OVL base model optimized for faster inference and edge-based robotics. This model is optimized for export to common frameworks that run on Android, iOS, Rust, and others.colip-small-gat: The OVL graph-attention model optimized for faster inference and edge robotics applications.Datasets pane of this repo.
Training code for replicating full construction of all models will be released soon.1Olfaction-Vision-Language-Embeddings-Models/
2├── data/ # Sample training dataset
3├── requirements.txt # Python dependencies
4├── model/ # COLIP embedding models
5├── model_cards/ # Specifications for each embedding model
6├── notebooks/ # Notebooks for replicating training and loading the models for inference
7├── src/ # Source code for inference, model loading, utils
8└── README.md # Overview of repository contributions and usage @misc{france2025colip-ovlembeddings,
title = {Scentience-COLIP-v1: Joint Olfaction-Vision-Language Embeddings},
author = {Kordel Kade France},
year = {2025},
howpublished = {Hugging Face},
url = {https://huggingface.co/kordelfrance/Olfaction-Vision-Language-Embeddings}
} @misc{france2025olfactionstandards,
title={Position: Olfaction Standardization is Essential for the Advancement of Embodied Artificial Intelligence},
author={Kordel K. France and Rohith Peddi and Nik Dennler and Ovidiu Daescu},
year={2025},
eprint={2506.00398},
archivePrefix={arXiv},
primaryClass={cs.AI},
url={https://arxiv.org/abs/2506.00398},
} @misc{radford2021clip,
title = {Learning Transferable Visual Models From Natural Language Supervision},
author = {Alec Radford and Jong Wook Kim and Chris Hallacy and Aditya Ramesh and Gabriel Goh and Sandhini Agarwal and Girish Sastry and Amanda Askell and Pamela Mishkin and Jack Clark and Gretchen Krueger and Ilya Sutskever},
year = 2021,
url = {https://arxiv.org/abs/2103.00020},
eprint = {2103.00020},
archiveprefix = {arXiv},
primaryclass = {cs.CV}
} @misc{zhai2023siglip,
title={Sigmoid Loss for Language Image Pre-Training},
author={Xiaohua Zhai and Basil Mustafa and Alexander Kolesnikov and Lucas Beyer},
year={2023},
eprint={2303.15343},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2303.15343},
}