jingyaogong/minimind-v

👀 Train a 65M-parameter VLM from scratch in just 2h!

View on GitHub ↗Jump to charts ↓Open shareable report →

Summary Information

Updated 27 minutes ago
Added to GitGenius on September 7th, 2026
Created on September 11th, 2024
Open Issues & Pull Requests: 21 (+0)
GitHub issues: Enabled
Number of forks: 956
Total Stargazers: 8,606 (+0)
Total Subscribers: 51 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.1 hours
Mean response time: 22.0 days
90th percentile: 84.4 days
Tracked items: 106

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 16% of issues opened in the past year have been closed. Three people close 86% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 17
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 532 days
Stale 30+ days: 17
Stale 90+ days: 15

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

MiniMind-V is a vision-language model that enables training a 65-million-parameter multimodal model from scratch in approximately two hours on consumer hardware.

The project addresses the challenge of making vision-language model development accessible to individual researchers and hobbyists by providing a minimal, efficient implementation. Rather than building a large-scale model requiring substantial computational resources, MiniMind-V achieves image understanding and conversational capabilities at a fraction of the typical size. The approach combines a lightweight architecture with complete training pipeline code, including dataset preparation, pretraining, and supervised fine-tuning stages, allowing developers to understand and execute the full workflow themselves.

Developers should choose this tool if they want to learn how vision-language models work by building one end-to-end, or if they need a compact multimodal model suitable for deployment on personal GPUs. The project is particularly suited for educational purposes, experimentation, and scenarios where model size and inference speed matter more than state-of-the-art performance. It serves as a simplified reference implementation alongside the broader MiniMind ecosystem, which includes pure language models and multimodal variants.

The project maintains active development with regular model releases across multiple parameter scales. Code contributions are welcomed through pull requests, and model checkpoints are distributed through standard machine learning repositories. The development activity demonstrates ongoing refinement of the training pipeline and expansion of available model variants at different sizes.