Tuana commited on
Commit
3fc3986
1 Parent(s): 9931ef7

re-wording

Browse files
Files changed (1) hide show
  1. pages/1_⭐️_Info.py +2 -2
pages/1_⭐️_Info.py CHANGED
@@ -4,12 +4,12 @@ from utils.frontend import build_sidebar
4
  build_sidebar()
5
 
6
  st.markdown("""
7
- # Better Image Retrieval With Reinforced CLIP 🧠
8
 
9
 
10
  CLIP is a neural network trained on image-text pairs that can predict how semantically close images are with some text
11
  But, although CLIP understands what it sees, it doesn't know its properties. While other models can understand text that contains such information, like Wikipedia.
12
 
13
- In this demo application, we see if we can 'help' CLIP by reinforcing it with another model.""")
14
 
15
  st.image("diagram.png")
 
4
  build_sidebar()
5
 
6
  st.markdown("""
7
+ # Better Image Retrieval With Retrieval-Augmented CLIP 🧠
8
 
9
 
10
  CLIP is a neural network trained on image-text pairs that can predict how semantically close images are with some text
11
  But, although CLIP understands what it sees, it doesn't know its properties. While other models can understand text that contains such information, like Wikipedia.
12
 
13
+ In this demo application, we see if we can 'help' CLIP with another model.""")
14
 
15
  st.image("diagram.png")