Update README.md

This commit is contained in:
ai-modelscope 2025-02-01 20:06:05 +08:00
parent 2fd836a168
commit bc299531ba
2 changed files with 5 additions and 5 deletions

1
.gitattributes vendored
View File

@ -33,4 +33,3 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text *.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text *.zst filter=lfs diff=lfs merge=lfs -text
*tfevents* filter=lfs diff=lfs merge=lfs -text *tfevents* filter=lfs diff=lfs merge=lfs -text
pytorch_model.bin filter=lfs diff=lfs merge=lfs -text

View File

@ -48,10 +48,11 @@ This code repository is licensed under [the MIT License](https://github.com/deep
## 5. Citation ## 5. Citation
``` ```
@misc{chen2025januspro, @article{chen2025janus,
title={Janus-Pro: Unified Multimodal Understanding and Generation with Data and Model Scaling}, title={Janus-Pro: Unified Multimodal Understanding and Generation with Data and Model Scaling},
author={Xiaokang Chen and Zhiyu Wu and Xingchao Liu and Zizheng Pan and Wen Liu and Zhenda Xie and Xingkai Yu and Chong Ruan}, author={Chen, Xiaokang and Wu, Zhiyu and Liu, Xingchao and Pan, Zizheng and Liu, Wen and Xie, Zhenda and Yu, Xingkai and Ruan, Chong},
year={2025}, journal={arXiv preprint arXiv:2501.17811},
year={2025}
} }
``` ```