CoolFace
Modelpublic

Paranioar/NEO1_0-9B-SFT

sourceHugging Faceapache-2.0updated 11mo agoView on Hugging Face
6likes241downloads
Model Card

<div align='center'> <h1>From Pixels to Words -- Towards Native Vision-Language Primitives at Scale</h1h1>

| Paper | Code | </div>

๐ŸŒŸ๐ŸŒŸ Motivation

Two lingering clouds cast shadows over its widespread exploration and promotion:

  • โ€”What fundamental constraints set native VLMs apart from modular ones, and to what extent can these barriers be overcome?
  • โ€”How to make research in native VLMs more accessible and democratized, thereby accelerating progress in the field.

We construct native VLMs built from first principles, where its primitive should:

  • โ€”effectively align pixel and word representations within a shared semantic space;
  • โ€”seamlessly integrate the strengths of separate vision and language modules;
  • โ€”inherently embody various cross-modal properties that support unified vision-language encoding, aligning, and reasoning.

๐Ÿš€๐Ÿš€ Highlight

  • โ€”With only 390M image-text examples, NEO develops strong visual perception from scratch inside a dense and monolithic model via elaborate primitives.
  • โ€”NEO serves as a cornerstone for scalable and powerful native VLMs, paired with reusable components that foster a cost-effective and extensible ecosystem.

๐Ÿง‘โ€๐ŸŽจ๐Ÿง‘โ€๐ŸŽจ Model Overview

NEO1_0-9B has the following features:

  • โ€”Model Type: Native Vision-Language Models
  • โ€”Model Mode: Mixed Native-Attn & Native-RoPE
  • โ€”Layer Parameters: 214M vs. 193M (Qwen3-8B)
  • โ€”Model Parameters: 9B (Non-Embedding)
  • โ€”Number of Layers: 42 (6 for Pre-Buffer & 36 for Post-LLM)
  • โ€”Number of Heads: 32 for Q and 8 for KV (GQA)
  • โ€”Head Dimensions: 128 * 2 for QK and 128 for V

๐Ÿ”ฅ๐Ÿ”ฅ Model Performance

<img src="https://cdn-uploads.huggingface.co/production/uploads/64b4a717aa03b6520839e9b8/9V6RoCK2EmdLtDe6Jw04m.png" width="600">

<img src="https://cdn-uploads.huggingface.co/production/uploads/64b4a717aa03b6520839e9b8/pO5rbMpKomePyfbk90LrQ.png" width="600">

๐Ÿ“š๐Ÿ“š Model Weights

We release the 9B weights of NEO1_0 in Pre-Training (PT), Mid-Training (MT), and Supervised Fine-Tuning (SFT).

โœ’๏ธโœ’๏ธ Citation

If NEO is helpful for your research, please consider star โญ and citation ๐Ÿ“ :

bibtex
@article{Diao2025NEO,
  title        = {From Pixels to Words--Towards Native Vision-Language Primitives at Scale},
  author       = {Diao, Haiwen and Li, Mingxuan and Wu, Silei and Dai, Linjun and Wang, Xiaohua and Deng, Hanming and Lu, Lewei and Lin, Dahua and Liu, Ziwei},
  journal      = {arXiv preprint arXiv:2510.14979},
  year         = {2025}
}