pavankumarvasu
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -43,3 +43,18 @@ brew install huggingface-cli
|
|
43 |
```bash
|
44 |
huggingface-cli download --local-dir models apple/coreml-mobileclip
|
45 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
```bash
|
44 |
huggingface-cli download --local-dir models apple/coreml-mobileclip
|
45 |
```
|
46 |
+
|
47 |
+
## Citation
|
48 |
+
|
49 |
+
**[MobileCLIP: Fast Image-Text Models through Multi-Modal Reinforced Training](https://arxiv.org/pdf/2311.17049.pdf). (CVPR 2024)**
|
50 |
+
*Pavan Kumar Anasosalu Vasu, Hadi Pouransari, Fartash Faghri, Raviteja Vemulapalli, Oncel Tuzel.*
|
51 |
+
|
52 |
+
```bibtex
|
53 |
+
@InProceedings{mobileclip2024,
|
54 |
+
author = {Pavan Kumar Anasosalu Vasu, Hadi Pouransari, Fartash Faghri, Raviteja Vemulapalli, Oncel Tuzel},
|
55 |
+
title = {MobileCLIP: Fast Image-Text Models through Multi-Modal Reinforced Training},
|
56 |
+
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
|
57 |
+
month = {June},
|
58 |
+
year = {2024},
|
59 |
+
}
|
60 |
+
```
|