Skip to content

Commit a9b1bf5

Browse files
authored
Update README.md (#326)
1 parent 3702849 commit a9b1bf5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -191,3 +191,9 @@ print(f"Accuracy = {accuracy:.3f}")
191191
```
192192

193193
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

Comments
 (0)