Update README.md (#326)

This commit is contained in:
Jong Wook Kim 2023-02-20 14:49:43 -05:00 committed by GitHub
parent 3702849800
commit a9b1bf5920
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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. 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