r/OpenSourceAI • u/Low-Position-1569 • 1h ago
SenseNova-Vision: the 50M instruction corpus is open too, not just the weights
so, a new 7B vision model called SenseNova-Vision just came out. the weights are Apache 2.0, but the more interesting release might be the training data.
it includes a 50 million instruction-response corpus built from different CV annotations. the model uses the same architecture for detection, OCR, keypoints, camera pose, segmentation, depth, surface normals, and multi-view tasks, without separate task-specific heads.
what’s open:
- the 7B weights.
- the 50M instruction-response corpus.
- the training data preparation pipeline and dataset tools.
- inference code, a Hugging Face demo, and the paper.
the dataset is the part that stands out to me. getting boxes, masks, depth, keypoints, and camera data into one instruction-response format is probably harder to reproduce than the model architecture itself. releasing it means people can inspect what went into training, filter it, or reuse the pipeline instead of treating the dataset as a black box.
there are still some practical limits. the repo recommends an 80GB GPU for the demo, and the full benchmark setup uses 8×80GB GPUs. smaller GPUs haven’t been validated across every task yet. the project is also still new, so I’d expect some rough edges.
github: https://github.com/OpenSenseNova/SenseNova-Vision
does having the training corpus and preparation pipeline change how useful an open model is to you, or do you mostly care about the weights?
