#151 · Primary category: Education & Research
minimind-v
👀 Train a 65M-parameter VLM from scratch in just 2h!
Project last updated:08/06/26
GitHub Stars
8.5K
Forks
934
Contributors
7
License
Apache-2.0
Why we included this project
MiniMind-V is a rare thing in the open source VLM space: a full, minimal training pipeline you can actually run yourself rather than just a pile of pretrained weights. The project walks every step of building a small vision-language model, from a frozen SigLIP vision encoder that turns images into tokens, through the projector that aligns those features with a language model, to the Pretrain and SFT stages. A single NVIDIA RTX 3090 is enough to finish the SFT stage of the 65M model in about two hours, and the repo also ships several ready-made checkpoints down to 65M if you would rather load one and start experimenting. Because the code is deliberately stripped down and each stage is documented, it works as both a reference implementation for researchers and a hands-on starting point for engineers who want to reproduce a compact multimodal model on their own hardware. The cost and resource notes are a practical help for teams trying to figure out whether building small vision-language systems is worth it.
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
prompts.chat
f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.
JavaGuide
Java Interview & Backend General Interview Guide, covering computer fundamentals, databases, distributed systems, high concurrency, system design, and AI application development.
system-prompts-and-models-of-ai-tools
A curated collection of system prompts, internal tools, and AI models from popular AI assistants and coding agents.
30-seconds-of-code
Coding articles to level up your development skills
generative-ai-for-beginners
21 Lessons, Get Started Building with Generative AI