QuanSun commited on
Commit
20ea30b
1 Parent(s): 83a159c

Update BibTex

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -256,3 +256,16 @@ with torch.no_grad():
256
 
257
  output_text = tokenizer.batch_decode(outputs, skip_special_tokens=True)
258
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
256
 
257
  output_text = tokenizer.batch_decode(outputs, skip_special_tokens=True)
258
  ```
259
+
260
+ ## Citation
261
+
262
+ If you find Emu2 useful for your research and applications, please consider starring this repository and citing:
263
+
264
+ ```
265
+ @article{Emu2,
266
+ title={Generative Multimodal Models are In-Context Learners},
267
+ author={Quan Sun and Yufeng Cui and Xiaosong Zhang and Fan Zhang and Qiying Yu and Zhengxiong Luo and Yueze Wang and Yongming Rao and Jingjing Liu and Tiejun Huang and Xinlong Wang},
268
+ publisher={arXiv preprint arXiv:2312.13286},
269
+ year={2023},
270
+ }
271
+ ```