mirror of
https://github.com/huggingface/candle.git
synced 2025-06-19 19:58:35 +00:00
14 lines
444 B
Rust
14 lines
444 B
Rust
//! 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)
|
|
//! - 📝 [Paper](https://huggingface.co/papers/2212.07143)
|
|
//!
|
|
//! ## Overview
|
|
//!
|
|
//! 
|
|
|
|
pub mod text_model;
|