OpenELM
Apple's small language models from 270M to 3B, released with the full training framework and recipes.
About
OpenELM stands out as a rare fully open release from Apple: language models at 270M, 450M, 1.1B, and 3B parameters, each in pretrained and instruction-tuned form, published in April 2024 together with the complete CoreNet training framework, YAML-based recipes, and checkpoints. The models use a layer-wise scaling strategy that allocates parameters non-uniformly across transformer layers for better accuracy per parameter, and were pretrained on roughly 1.8T tokens drawn from RefinedWeb, deduplicated PILE, and subsets of RedPajama and Dolma v1.6. CoreNet, at about 7k GitHub stars, includes MLX examples for running OpenELM efficiently on Apple Silicon, which signals the on-device intent behind the sizes. Weights are distributed on Hugging Face under the Apple Sample Code License rather than a standard open-source license, so commercial terms need direct review, though research use is straightforward. The release matters mostly for reproducibility: training code, data composition, and evaluation are all documented, making it a solid base for studying small-model training end to end.
Reviews (0)
Leave a Review
No reviews yet. Be the first to review!
Details
- Category
- Large Language Models (LLMs)
- Price
- Free
- Platform
- Local/Desktop
- Difficulty
- Intermediate (3/5)
- License
- Apple Sample Code License
- Added
- Jul 29, 2026
Related Tools
Lightweight open-weight LLM by Google available in 1B to 27B sizes.
Open-source code LLM family by IBM for enterprise code generation.
Open-weight LLM by Meta in 8B and 70B sizes with strong general capabilities.
High-performance open-weight MoE LLM with 671B total parameters.
Hybrid SSM-Transformer model by AI21 Labs combining Mamba with attention layers.
Open-weight code LLM trained on 2 trillion tokens of code and natural language.