ERINE-4.5
FreeOpen-source multimodal MoE model family with state-of-the-art performance
About ERINE-4.5
ERNIE 4.5 is a family of large-scale multimodal models developed by Baidu, comprising 10 distinct variants including MoE (Mixture-of-Experts) models with 47B and 3B active parameters (largest 424B total) and a 0.3B dense model. It features a novel heterogeneous modality structure for joint training on text and visual modalities, enabling parameter sharing across modalities while maintaining dedicated parameters per modality. Built on the PaddlePaddle deep learning framework, ERNIE 4.5 achieves 47% Model FLOPs Utilization (MFU) in pre-training and supports high-performance inference across diverse hardware platforms. The models are open-sourced under Apache 2.0, accompanied by industrial-grade development toolkits for resource-efficient training and inference.
Key Features
Pros & Cons
- Open source under Apache 2.0 with public access to model weights
- State-of-the-art performance on 22 out of 28 benchmarks compared to DeepSeek-V3
- Efficient training and inference infrastructure with high MFU (47%)
- Supports multiple hardware platforms through PaddlePaddle framework
- Comprehensive multimodal capabilities including text and vision understanding
- Includes development toolkits for resource-efficient workflows
- Large model sizes (424B total parameters for largest MoE) require significant computational resources
- Only one small dense variant (0.3B) available; most models are MoE with high memory footprint
- Reliance on Baidu's PaddlePaddle framework may limit ecosystem compatibility for some users