ExoMind

ExoMind: Democratizing Scientific Intelligence via Extended-Mind-Inspired Agentic System

ExoMind Team · Shanghai Artificial Intelligence Laboratory

Project Page ExoMind preprint

Hugging Face GitHub ModelScope

Overview

Reference-precision GGUF release of ExoMind-9B for local inference and downstream GGUF conversion.

This repository intentionally contains only the F16 model and the matching multimodal projector. Keeping each precision in its own repository makes downloads, local disk requirements, and deployment commands explicit.

Files

File Role Download size
qwen3_5_9b-F16.gguf F16 model 16.69 GiB
mmproj-qwen3_5_9b-F16.gguf F16 multimodal projector 875.63 MiB

Quick Start with llama.cpp

Text-only serving:

llama-server \
  -m qwen3_5_9b-F16.gguf \
  --ctx-size 32768 \
  --host 0.0.0.0 \
  --port 8080

For image input, load the projector shipped in this repository:

llama-server \
  -m qwen3_5_9b-F16.gguf \
  --mmproj mmproj-qwen3_5_9b-F16.gguf \
  --ctx-size 32768 \
  --host 0.0.0.0 \
  --port 8080

Conversion Provenance

These GGUF files were supplied as existing release artifacts. Their exact filenames, byte sizes, and GGUF v3 headers were validated before publication, but the original HF-to-GGUF conversion and quantization commands were not retained with the files. The repository therefore does not claim bit-for-bit reproducibility of the original conversion pipeline.

Evaluation Boundary

The main ExoMind benchmark table reports the 35B-A3B system and must not be attributed to ExoMind-9B. This F16 GGUF has no separate scores.

Complete settings and comparisons are available in the evaluation explorer.

License and Attribution

The model files and upstream Qwen3.5 materials are distributed under the Apache License 2.0 included with the model. Preprint text, scientific figures, results, and ExoMind brand assets are governed by the ExoMind Research Content and Brand Terms. See NOTICE.md for third-party notices.

Citation

@article{Ye_2026,
  title     = {ExoMind: Democratizing Scientific Intelligence via Extended-Mind-Inspired Agentic System},
  author    = {Ye, Peng and Liu, Zhuo and Ye, Jingqi and Yu, Fangchen and Tang, Shengji and Jiang, Yichen and He, Haonan and Cao, Zongsheng and Chen, Tao and Zhang, Bo and Ouyang, Wanli and Zhou, Bowen and Bai, Lei},
  year      = {2026},
  month     = aug,
  publisher = {MDPI AG},
  doi       = {10.20944/preprints202608.2038.v1},
  url       = {https://doi.org/10.20944/preprints202608.2038.v1}
}
Downloads last month
388
GGUF
Model size
9B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for AI4SGI/ExoMind-9B-F16-GGUF

Finetuned
Qwen/Qwen3.5-9B
Quantized
(6)
this model

Collection including AI4SGI/ExoMind-9B-F16-GGUF