We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3702849 commit a9b1bf5Copy full SHA for a9b1bf5
README.md
@@ -191,3 +191,9 @@ print(f"Accuracy = {accuracy:.3f}")
191
```
192
193
Note that the `C` value should be determined via a hyperparameter sweep using a validation split.
194
+
195
196
+## See Also
197
198
+* [OpenCLIP](https://github.com/mlfoundations/open_clip): includes larger and independently trained CLIP models up to ViT-G/14
199
+* [Hugging Face implementation of CLIP](https://huggingface.co/docs/transformers/model_doc/clip): for easier integration with the HF ecosystem
0 commit comments