From bc299531bae896710f9ea16e7d4d8ea5719290f6 Mon Sep 17 00:00:00 2001 From: ai-modelscope Date: Sat, 1 Feb 2025 20:06:05 +0800 Subject: [PATCH] Update README.md --- .gitattributes | 1 - README.md | 9 +++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index 2ef8cfb..a6344aa 100644 --- a/.gitattributes +++ b/.gitattributes @@ -33,4 +33,3 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text *.zip filter=lfs diff=lfs merge=lfs -text *.zst 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 diff --git a/README.md b/README.md index 7383ef0..7fa45bd 100644 --- a/README.md +++ b/README.md @@ -48,10 +48,11 @@ This code repository is licensed under [the MIT License](https://github.com/deep ## 5. Citation ``` -@misc{chen2025januspro, - 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}, - year={2025}, +@article{chen2025janus, + title={Janus-Pro: Unified Multimodal Understanding and Generation with Data and Model Scaling}, + author={Chen, Xiaokang and Wu, Zhiyu and Liu, Xingchao and Pan, Zizheng and Liu, Wen and Xie, Zhenda and Yu, Xingkai and Ruan, Chong}, + journal={arXiv preprint arXiv:2501.17811}, + year={2025} } ```