sankim2 commited on
Commit
69eb9b6
·
verified ·
1 Parent(s): 77f7a16

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
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
+ ```