From 8092f5b35a22023f7a822152e20837ac59cb91a3 Mon Sep 17 00:00:00 2001 From: Suraj Patil Date: Wed, 12 May 2021 08:33:20 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ca1c449..6b4b2ba 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Model Card: CLIP +Disclaimer: The model card is taken and modified from the official CLIP repository, it can found [here](https://github.com/openai/CLIP/blob/main/model-card.md). + ## Model Details The CLIP model was developed by researchers at 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.