diff options
author | Caio Petrucci Rosa <caiopetruccirosa@gmail.com> | 2024-07-23 17:55:18 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-23 22:55:18 +0200 |
commit | ebc9aa60bc121d4d7245385df6180c44268f0bdc (patch) | |
tree | f3086b594e0c7cc15c2d06374cde8c0ad8bff8ac | |
parent | 2489a606fe1a66519da37e4237907926c1ee48a7 (diff) | |
download | candle-ebc9aa60bc121d4d7245385df6180c44268f0bdc.tar.gz candle-ebc9aa60bc121d4d7245385df6180c44268f0bdc.tar.bz2 candle-ebc9aa60bc121d4d7245385df6180c44268f0bdc.zip |
fix clip example title (#2345)
-rw-r--r-- | candle-examples/examples/clip/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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. |