[GitHub Trending] jingyaogong/minimind
7.5 relevance
Score Breakdown
technical depth 8
novelty 8
actionability 7
community 8
strategic 6
personal 7
Scored daily by a customisable AI persona to surface the most relevant engineering leadership news.
Train a 64M LLM from scratch in 2h, novel and relevant to AI trends.
Summary
MiniMind is an open-source project that trains a 64M-parameter language model from scratch for under $3 in GPU rental and 2 hours on a single NVIDIA 3090. It covers the full LLM pipeline—pretrain, SFT, LoRA, RLHF (DPO), RLAIF (PPO/GRPO/CISPO), Tool Use, Agentic RL, and distillation—using pure PyTorch without high-level abstractions from libraries like transformers or trl. The latest release aligns with the Qwen3/Qwen3-MoE architecture and adds native Agentic RL training with multi-turn tool-use support.
Author
jingyaogong