From a9b1bf5920416aaeaec965c25dd9e8f98c864f16 Mon Sep 17 00:00:00 2001 From: Jong Wook Kim Date: Mon, 20 Feb 2023 14:49:43 -0500 Subject: [PATCH] Update README.md (#326) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e4feb99..db56b56 100644 --- a/README.md +++ b/README.md @@ -191,3 +191,9 @@ print(f"Accuracy = {accuracy:.3f}") ``` Note that the `C` value should be determined via a hyperparameter sweep using a validation split. + + +## See Also + +* [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