Skip to content

Commit

Permalink
Update README.md (openai#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
jongwook authored Feb 20, 2023
1 parent 3702849 commit a9b1bf5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a9b1bf5

Please sign in to comment.