From cc7a074200136e5f4e1bb49a3cd405633ddb279c Mon Sep 17 00:00:00 2001 From: James <37276661+capjamesg@users.noreply.github.com> Date: Fri, 13 Oct 2023 20:40:34 +0100 Subject: [PATCH] add CLIP intro post --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index db56b56e2..8e20116f7 100644 --- a/README.md +++ b/README.md @@ -197,3 +197,4 @@ Note that the `C` value should be determined via a hyperparameter sweep using a * [OpenCLIP](https://github.com/mlfoundations/open_clip): includes larger and independently trained CLIP models up to ViT-G/14 * [Hugging Face implementation of CLIP](https://huggingface.co/docs/transformers/model_doc/clip): for easier integration with the HF ecosystem +* [OpenAI's CLIP is the most important advancement in computer vision this year](https://blog.roboflow.com/openai-clip/): analysis of CLIP use cases in computer vision (Roboflow, 2021).