Downloads · 30 days
3
11% of all-time downloads
Onlyonerabbit/Janus-1.3B
Janus-1.3B is a any-to-any model from Onlyonerabbit. Use it for the any-to-any task on the model card, and read the license before you ship it in a product. It is set up for transformers. The card lists the license as mit.
2024.10.20: We have uploaded the correct tokenizerconfig.json. The previous file was missing the padtoken, which caused poor visual generation results.
Downloads · 30 days
3
11% of all-time downloads
All-time downloads
27
Public
Parameters
2.1B
4.2 GB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors4.2 GB · 100%
From the Hugging Face model README
2024.10.20: We have uploaded the correct tokenizer_config.json. The previous file was missing the pad_token, which caused poor visual generation results.
Janus is a novel autoregressive framework that unifies multimodal understanding and generation. 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. Janus surpasses previous unified model and matches or exceeds the performance of task-specific models. The simplicity, high flexibility, and effectiveness of Janus make it a strong candidate for next-generation unified multimodal models.
Janus: Decoupling Visual Encoding for Unified Multimodal Understanding and Generation
<div align="center"> <img alt="image" src="teaser.png" style="width:90%;"> </div>Janus is a unified understanding and generation MLLM, which decouples visual encoding for multimodal understanding and generation. Janus is constructed based on the DeepSeek-LLM-1.3b-base which is trained on an approximate corpus of 500B text tokens. For multimodal understanding, it uses the SigLIP-L as the vision encoder, which supports 384 x 384 image input. For image generation, Janus uses the tokenizer from here with a downsample rate of 16.
<div align="center"> <img alt="image" src="arch.jpg" style="width:90%;"> </div>Please refer to Github Repository
This code repository is licensed under the MIT License. The use of Janus models is subject to DeepSeek Model License.
@misc{wu2024janus,
title={Janus: Decoupling Visual Encoding for Unified Multimodal Understanding and Generation},
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},
year={2024},
eprint={2410.13848},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2410.13848},
}
If you have any questions, please raise an issue or contact us at service@deepseek.com.