


YouTube Video: OpenAI-CLIP
· GitHub
Simple implementation of OpenAI CLIP model in PyTorch.
Repository Stats
671 stars
100 forks
Repository Activity
This repository has been starred 671 times and forked 100 times, showing its popularity in the developer community.
README Preview
## Update (December 2023) I am happy to find out that this code has been used and cited in the following papers: 1. [Domino: Discovering Systematic Errors with Cross-Modal Embeddings](https://arxiv.org/abs/2203.14960) by <em>Eyuboglu et. al.</em> at **ICLR 2022** 2. [GSCLIP : A Framework for Explaining Distribution Shifts in Natural Language ](https://arxiv.org/abs/2206.15007)by <em>Zhu et. al.</em> at **ICML 2022** 3. [UIC-NLP at SemEval-2022 Task 5: Exploring Contrastive Learning for Multimodal Detection of Misogynistic Memes](https://aclanthology.org/2022.semeval-1.109.pdf) by <em>Cuervo et. al.</em> at **SemEval-2022** 4. [cdsBERT - Extending Protein Language Models with Codon Awareness](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC10516008/) by <em>Hallee et. al.</em> from University of Delaware (Sep 2023) 5. [ENIGMA-51: Towards a Fine-Grained Understanding of Human-Object Interactions in Industrial Scenarios](https://arxiv.org/abs/2309.14809v2) by <em>Ragusa et. al.</em>