MCPcopy Create free account
trending / jingyaogong/minimind

jingyaogong/minimind +3,816 ★ this week + Follow

AI analysis grounded in the code graph — computed facts, not vibes · 2026-09-07T03:02:50Z

What it actually is

MiniMind is an end-to-end, from-scratch LLM training pipeline built in native PyTorch, targeting a roughly 64M-parameter model. It covers the full lifecycle — pretraining, SFT, LoRA, DPO/RLHF, and reinforcement variants (PPO, GRPO, CISPO) via trainer/rollout_engine.py's rollout and update_policy — plus conversion utilities (scripts/convert_model.py) for moving between raw PyTorch checkpoints and Hugging Face transformers format. It's aimed at engineers and students who want to understand or reproduce LLM training mechanics rather than consume a pre-trained model, with the README claiming a full SFT epoch in ~2 hours on a single RTX 3090 for about RMB 3.

Why it's growing

The star count (56k+) and Trendshift badge suggest sustained visibility, but the graph facts and 30-day commit log show no new features landing recently — commits in this window are limited to README updates, dependency version bumps, and a "supporter charts" tweak. The most substantive recent change is the "v2" release (2025-10-21, "MiniMind Docs"), over a year after the original "minimind-v1" release (2024-09-02), indicating the growth is more likely driven by the project's low-cost, fully-reproducible pitch and its use as a teaching resource than by a burst of new capability.

The full breakdown is free — sign in to read it

What changed recently, how it's actually built (from the code graph), and whether you should care. Free account — no card, no spam.