QuanSun commited on
Commit
fa835ec
1 Parent(s): ba7b9fc

Update BibTex

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -271,4 +271,17 @@ with torch.no_grad():
271
  length_penalty=-1)
272
 
273
  output_text = tokenizer.batch_decode(outputs, skip_special_tokens=True)
 
 
 
 
 
 
 
 
 
 
 
 
 
274
  ```
 
271
  length_penalty=-1)
272
 
273
  output_text = tokenizer.batch_decode(outputs, skip_special_tokens=True)
274
+ ```
275
+
276
+ ## Citation
277
+
278
+ If you find Emu2 useful for your research and applications, please consider starring this repository and citing:
279
+
280
+ ```
281
+ @article{Emu2,
282
+ title={Generative Multimodal Models are In-Context Learners},
283
+ 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},
284
+ publisher={arXiv preprint arXiv:2312.13286},
285
+ year={2023},
286
+ }
287
  ```