Update README.md

#1
by xianbao HF staff - opened
Files changed (1) hide show
  1. README.md +62 -61
README.md CHANGED
@@ -1,62 +1,63 @@
1
- ---
2
- license: mit
3
- license_name: deepseek
4
- license_link: LICENSE
5
- pipeline_tag: any-to-any
6
- tags:
7
- - muiltimodal
8
- - text-to-image
9
- - unified-model
10
- ---
11
-
12
- ## 1. Introduction
13
-
14
- Janus is a novel autoregressive framework that unifies multimodal understanding and generation.
15
- It addresses the limitations of previous approaches by decoupling visual encoding into separate pathways, while still utilizing a single, unified transformer architecture for processing. The decoupling not only alleviates the conflict between the visual encoder’s roles in understanding and generation, but also enhances the framework’s flexibility.
16
- Janus surpasses previous unified model and matches or exceeds the performance of task-specific models.
17
- The simplicity, high flexibility, and effectiveness of Janus make it a strong candidate for next-generation unified multimodal models.
18
-
19
- [Janus: Decoupling Visual Encoding for Unified Multimodal Understanding and Generation](https://arxiv.org/abs/2410.13848)
20
-
21
- [**Github Repository**](https://github.com/deepseek-ai/Janus)
22
-
23
- <div align="center">
24
- <img alt="image" src="teaser.png" style="width:90%;">
25
- </div>
26
-
27
-
28
- ### 2. Model Summary
29
-
30
- Janus is a unified understanding and generation MLLM, which decouples visual encoding for multimodal understanding and generation.
31
- Janus is constructed based on the DeepSeek-LLM-1.3b-base which is trained on an approximate corpus of 500B text tokens.
32
- For multimodal understanding, it uses the [SigLIP-L](https://huggingface.co/timm/ViT-L-16-SigLIP-384) as the vision encoder, which supports 384 x 384 image input. For image generation, Janus uses the tokenizer from [here](https://github.com/FoundationVision/LlamaGen) with a downsample rate of 16.
33
-
34
- <div align="center">
35
- <img alt="image" src="arch.jpg" style="width:90%;">
36
- </div>
37
-
38
- ## 3. Quick Start
39
-
40
- Please refer to [**Github Repository**](https://github.com/deepseek-ai/Janus)
41
-
42
-
43
- ## 4. License
44
-
45
- This code repository is licensed under [the MIT License](https://github.com/deepseek-ai/DeepSeek-LLM/blob/HEAD/LICENSE-CODE). The use of Janus models is subject to [DeepSeek Model License](https://github.com/deepseek-ai/DeepSeek-LLM/blob/HEAD/LICENSE-MODEL).
46
- ## 5. Citation
47
-
48
- ```
49
- @misc{wu2024janus,
50
- title={Janus: Decoupling Visual Encoding for Unified Multimodal Understanding and Generation},
51
- author={Chengyue Wu and Xiaokang Chen and Zhiyu Wu and Yiyang Ma and Xingchao Liu and Zizheng Pan and Wen Liu and Zhenda Xie and Xingkai Yu and Chong Ruan and Ping Luo},
52
- year={2024},
53
- eprint={2410.13848},
54
- archivePrefix={arXiv},
55
- primaryClass={cs.CV},
56
- url={https://arxiv.org/abs/2410.13848},
57
- }
58
- ```
59
-
60
- ## 6. Contact
61
-
 
62
  If you have any questions, please raise an issue or contact us at [[email protected]](mailto:[email protected]).
 
1
+ ---
2
+ license: mit
3
+ license_name: deepseek
4
+ license_link: LICENSE
5
+ pipeline_tag: any-to-any
6
+ library_name: transformers
7
+ tags:
8
+ - muiltimodal
9
+ - text-to-image
10
+ - unified-model
11
+ ---
12
+
13
+ ## 1. Introduction
14
+
15
+ Janus is a novel autoregressive framework that unifies multimodal understanding and generation.
16
+ It addresses the limitations of previous approaches by decoupling visual encoding into separate pathways, while still utilizing a single, unified transformer architecture for processing. The decoupling not only alleviates the conflict between the visual encoder’s roles in understanding and generation, but also enhances the framework’s flexibility.
17
+ Janus surpasses previous unified model and matches or exceeds the performance of task-specific models.
18
+ The simplicity, high flexibility, and effectiveness of Janus make it a strong candidate for next-generation unified multimodal models.
19
+
20
+ [Janus: Decoupling Visual Encoding for Unified Multimodal Understanding and Generation](https://arxiv.org/abs/2410.13848)
21
+
22
+ [**Github Repository**](https://github.com/deepseek-ai/Janus)
23
+
24
+ <div align="center">
25
+ <img alt="image" src="teaser.png" style="width:90%;">
26
+ </div>
27
+
28
+
29
+ ### 2. Model Summary
30
+
31
+ Janus is a unified understanding and generation MLLM, which decouples visual encoding for multimodal understanding and generation.
32
+ Janus is constructed based on the DeepSeek-LLM-1.3b-base which is trained on an approximate corpus of 500B text tokens.
33
+ For multimodal understanding, it uses the [SigLIP-L](https://huggingface.co/timm/ViT-L-16-SigLIP-384) as the vision encoder, which supports 384 x 384 image input. For image generation, Janus uses the tokenizer from [here](https://github.com/FoundationVision/LlamaGen) with a downsample rate of 16.
34
+
35
+ <div align="center">
36
+ <img alt="image" src="arch.jpg" style="width:90%;">
37
+ </div>
38
+
39
+ ## 3. Quick Start
40
+
41
+ Please refer to [**Github Repository**](https://github.com/deepseek-ai/Janus)
42
+
43
+
44
+ ## 4. License
45
+
46
+ This code repository is licensed under [the MIT License](https://github.com/deepseek-ai/DeepSeek-LLM/blob/HEAD/LICENSE-CODE). The use of Janus models is subject to [DeepSeek Model License](https://github.com/deepseek-ai/DeepSeek-LLM/blob/HEAD/LICENSE-MODEL).
47
+ ## 5. Citation
48
+
49
+ ```
50
+ @misc{wu2024janus,
51
+ title={Janus: Decoupling Visual Encoding for Unified Multimodal Understanding and Generation},
52
+ author={Chengyue Wu and Xiaokang Chen and Zhiyu Wu and Yiyang Ma and Xingchao Liu and Zizheng Pan and Wen Liu and Zhenda Xie and Xingkai Yu and Chong Ruan and Ping Luo},
53
+ year={2024},
54
+ eprint={2410.13848},
55
+ archivePrefix={arXiv},
56
+ primaryClass={cs.CV},
57
+ url={https://arxiv.org/abs/2410.13848},
58
+ }
59
+ ```
60
+
61
+ ## 6. Contact
62
+
63
  If you have any questions, please raise an issue or contact us at [[email protected]](mailto:[email protected]).