This commit is contained in:
AK391 2021-03-24 01:23:25 -04:00
parent 7b07509b38
commit d94dd44778
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
# CLIP
[![Gradio](gradio.png)](https://gradio.app/hub/AK391/CLIP)
[[Blog]](https://openai.com/blog/clip/) [[Paper]](https://arxiv.org/abs/2103.00020) [[Model Card]](model-card.md) [[Colab]](https://colab.research.google.com/github/openai/clip/blob/master/notebooks/Interacting_with_CLIP.ipynb)
CLIP (Contrastive Language-Image Pre-Training) is a neural network trained on a variety of (image, text) pairs. It can be instructed in natural language to predict the most relevant text snippet, given an image, without directly optimizing for the task, similarly to the zero-shot capabilities of GPT-2 and 3. We found CLIP matches the performance of the original ResNet50 on ImageNet “zero-shot” without using any of the original 1.28M labeled examples, overcoming several major challenges in computer vision.

BIN
gradio.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB