Spaces:
Runtime error
Runtime error
ZanSara
commited on
Commit
•
6a65706
1
Parent(s):
80789b2
add link
Browse files- pages/1_⭐️_Info.py +1 -1
pages/1_⭐️_Info.py
CHANGED
@@ -7,7 +7,7 @@ st.markdown("""
|
|
7 |
# Better Image Retrieval With Retrieval-Augmented CLIP 🧠
|
8 |
|
9 |
|
10 |
-
CLIP is a neural network that can predict how semantically close images and text pairs are.
|
11 |
In simpler terms, it can tell that the string "Cat" is closer to images of cats rather than images of dogs.
|
12 |
|
13 |
What makes CLIP so powerful is that is a zero-shot model: that means that it can generalize concepts,
|
|
|
7 |
# Better Image Retrieval With Retrieval-Augmented CLIP 🧠
|
8 |
|
9 |
|
10 |
+
[CLIP](https://openai.com/blog/clip/) is a neural network that can predict how semantically close images and text pairs are.
|
11 |
In simpler terms, it can tell that the string "Cat" is closer to images of cats rather than images of dogs.
|
12 |
|
13 |
What makes CLIP so powerful is that is a zero-shot model: that means that it can generalize concepts,
|