ExoMind

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

ExoMind Team · Shanghai Artificial Intelligence Laboratory

Project Page Technical Report PDF

Hugging Face GitHub ModelScope

Overview

Q4_K_M GGUF release of ExoMind, optimized for practical local deployment when memory is limited.

This repository intentionally contains only the Q4_K_M 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_35b_a3b-Q4_K_M.gguf Q4_K_M model 20.22 GiB
mmproj-qwen3_5_35b_a3b-F16.gguf F16 multimodal projector 857.62 MiB

Quick Start with llama.cpp

Text-only serving:

llama-server \
  -m qwen3_5_35b_a3b-Q4_K_M.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_35b_a3b-Q4_K_M.gguf \
  --mmproj mmproj-qwen3_5_35b_a3b-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

Published benchmark results use the original ExoMind 35B-A3B BF16 checkpoint. This Q4_K_M conversion has not been assigned 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. Technical-report 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

@misc{exomind2026,
  title  = {ExoMind: Democratizing Scientific Intelligence via Extended-Mind-Inspired Agentic System},
  author = {Peng Ye and Zhuo Liu and Jingqi Ye and Fangchen Yu and Shengji Tang and Yichen Jiang and Haonan He and Zongsheng Cao and Tao Chen and Bo Zhang and Wanli Ouyang and Bowen Zhou and Lei Bai},
  year   = {2026},
  note   = {Technical report},
  url    = {https://github.com/AI4SGI/ExoMind/blob/main/Paper.pdf}
}
Downloads last month
176
GGUF
Model size
36B params
Architecture
qwen35moe
Hardware compatibility
Log In to add your hardware

4-bit

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

Model tree for AI4SGI/ExoMind-Q4_K_M-GGUF

Finetuned
AI4SGI/ExoMind
Quantized
(5)
this model

Collection including AI4SGI/ExoMind-Q4_K_M-GGUF