Update README.md
Browse files
README.md
CHANGED
|
@@ -15,4 +15,17 @@ COSMOS is introduced in the paper [COSMOS: Cross-Modality Self-Distillation for
|
|
| 15 |
|
| 16 |
**Usage**
|
| 17 |
|
| 18 |
-
Please refer to our [Github repo](https://github.com/ExplainableML/cosmos) for detailed usage.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
|
| 16 |
**Usage**
|
| 17 |
|
| 18 |
+
Please refer to our [Github repo](https://github.com/ExplainableML/cosmos) for detailed usage.
|
| 19 |
+
|
| 20 |
+
**Citation**
|
| 21 |
+
|
| 22 |
+
If you find our work useful, please consider citing:
|
| 23 |
+
|
| 24 |
+
```bibtex
|
| 25 |
+
@article{kim2024cosmos,
|
| 26 |
+
title={COSMOS: Cross-Modality Self-Distillation for Vision Language Pre-training},
|
| 27 |
+
author={Kim, Sanghwan and Xiao, Rui and Georgescu, Mariana-Iuliana and Alaniz, Stephan and Akata, Zeynep},
|
| 28 |
+
journal={arXiv preprint arXiv:2412.01814},
|
| 29 |
+
year={2024}
|
| 30 |
+
}
|
| 31 |
+
```
|