s-emanuilov
commited on
Commit
•
1919a81
1
Parent(s):
013b667
Update README.md
Browse fileschanges in readme
README.md
CHANGED
@@ -7,7 +7,7 @@ language:
|
|
7 |
|
8 |
## Original model details
|
9 |
|
10 |
-
The CLIP model was developed by
|
11 |
|
12 |
## Model type
|
13 |
The model uses a ViT-B/32 Transformer architecture as an image encoder and uses a masked self-attention Transformer as a text encoder. These encoders are trained to maximize the similarity of (image, text) pairs via a contrastive loss.
|
|
|
7 |
|
8 |
## Original model details
|
9 |
|
10 |
+
The CLIP model was developed by OpenAI to learn about what contributes to robustness in computer vision tasks. The model was also developed to test the ability of models to generalize to arbitrary image classification tasks in a zero-shot manner. It was not developed for general model deployment - to deploy models like CLIP, researchers will first need to carefully study their capabilities in relation to the specific context they’re being deployed within.
|
11 |
|
12 |
## Model type
|
13 |
The model uses a ViT-B/32 Transformer architecture as an image encoder and uses a masked self-attention Transformer as a text encoder. These encoders are trained to maximize the similarity of (image, text) pairs via a contrastive loss.
|