From ebc9aa60bc121d4d7245385df6180c44268f0bdc Mon Sep 17 00:00:00 2001 From: Caio Petrucci Rosa Date: Tue, 23 Jul 2024 17:55:18 -0300 Subject: [PATCH] fix clip example title (#2345) --- candle-examples/examples/clip/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/candle-examples/examples/clip/README.md b/candle-examples/examples/clip/README.md index f0ee3b2c..18077e87 100644 --- a/candle-examples/examples/clip/README.md +++ b/candle-examples/examples/clip/README.md @@ -1,4 +1,4 @@ -Contrastive Language-Image Pre-Training +# candle-clip Contrastive Language-Image Pre-Training (CLIP) is an architecture trained on pairs of images with related texts.