#97 · Primary category: Foundation Models
VisCPM
[ICLR'24 spotlight] Chinese and English Multimodal Large Model Series (Chat and Paint)
Project last updated:06/13/24
GitHub Stars
1.1K
Forks
88
Contributors
5
License
Other
Why we included this project
VisCPM gives you one model family that does both halves of vision-language work: chatting about images and generating images from text, in Chinese and English. It builds on the 10B-parameter CPM-Bee language model, with a visual encoder for multimodal conversation and a diffusion UNet for text-to-image, all sharing a single backbone. The clever bit is that training only on English multimodal data transfers well to Chinese, so Chinese-speaking teams don't need to assemble large native paired datasets. The repo includes reproducible training recipes, low-resource inference (around 5GB VRAM for the chat model), fine-tuning support, and a local web demo, which makes it practical for research replication or product integration. If you want a more current checkpoint, the project points to successors like OmniLMM and MiniCPM-V.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
transformers
🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.
CLIP
CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image
MiniCPM-V
A Pocket-Sized MLLM for Ultra-Efficient Image and Video Understanding on Your Phone
generative-models
Generative Models by Stability AI
unilm
Large-scale Self-supervised Pre-training Across Tasks, Languages, and Modalities