//! Open Contrastive Language-Image Pre-Training //! //! Open Contrastive Language-Image Pre-Training (OpenCLIP) is an architecture trained on //! pairs of images with related texts. //! //! - [GH Link](https://github.com/mlfoundations/open_clip) //! pub mod text_model;