mshukor HF staff commited on
Commit
1d9e7f2
·
verified ·
1 Parent(s): 74d3ba2

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ # For reference on model card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/modelcard.md?plain=1
3
+ # Doc / guide: https://huggingface.co/docs/hub/model-cards
4
+ {}
5
+ ---
6
+
7
+ # (IMA) Implicit Multimodal Alignment: On the Generalization of Frozen LLMs to Multimodal Inputs
8
+
9
+ * This repo contains the models used in the following paper: [NeurIPS 2024] [Implicit Multimodal Alignment: On the Generalization of Frozen LLMs to Multimodal Inputs](https://arxiv.org/abs/2405.16700)
10
+ * Github code: https://github.com/mshukor/ima-lmms
11
+ * Project page: https://ima-lmms.github.io/
12
+ ## Citation
13
+
14
+ ```
15
+ @article{shukor2024implicit,
16
+ title={Implicit Multimodal Alignment: On the Generalization of Frozen LLMs to Multimodal Inputs},
17
+ author={Shukor, Mustafa and Cord, Matthieu},
18
+ journal={arXiv preprint arXiv:2405.16700},
19
+ year={2024}
20
+ }
21
+ ```