CoolFace
Modelpublic

chenyumo/moziAI-27B-MTP

sourceHugging Faceotherupdated 10d agoView on Hugging Face
2likes9.5kdownloads
Model Card

MoziAI-27B-3.8 — A Compact Yet Powerful Multimodal AI Model for Free Local Deployment

English | 简体中文 | 繁体中文 | 日本語 | 한국어 | हिन्दी | Deutsch | Français | Nederlands | Italiano | Русский | Español | Português | العربية | Bahasa Indonesia | Türkçe | Tiếng Việt | Polski

Release Date: 2026-08-30 · Version: V3.8


📑 Table of Contents


1. Model Overview

MoziAI-27B-3.8 is a local open-source multimodal AI large model developed by the team of Chinese finance influencer Chen Yumo. Built on the open-source base Qwen3.8-27B (Dense 27B architecture, Apache-2.0 license), it integrates the team's self-developed financial data + financial domain capabilities + dynamic seven-dimensional thinking framework + agent LOOP reflection and iteration mechanism + MoziSmartBit hybrid quantization algorithm. This model lowers the barrier to local deployment for individuals and enterprises, is licensed for free commercial use, can run on consumer GPUs, saves significant cloud token costs, enables 24/7 token freedom, and ensures local data privacy and security.


2. Key Features

🧠 Dynamic Seven-Dimensional Thinking Framework

MoziAI's self-developed core reasoning framework. For any task, the model first outputs a moziAI-Think marker, then dynamically unfolds structured thinking based on task complexity:

LevelUse CaseTypical TasksDimensions Expanded
Level 0Simple Q&ATerm explanation, fact lookup, translation, summarization①Understand task ⑤Resource needs (2-dimension quick answer)
Level 1Analysis & DiagnosisMarket research, copywriting, data analysis, report interpretation, strategy evaluation①②③⑤⑥ 5-dimension assessment
Level 2Complex Dev/StrategyCode development, architecture design, quant strategy development, multi-step workflows, system design①②③④⑤⑥⑦ full 7-dimension deep reasoning
Seven dimensions: ①Understand task ②Complexity assessment ③Dependencies ④Risk assessment ⑤Resource needs ⑥Acceptance criteria ⑦Execution strategy

🔄 Agent LOOP Iteration Mechanism

Complex tasks automatically enter moziAI-Loop iteration mode: Round 1 execute + evaluate → Round 2 adjust + verify, ensuring output is self-validated before the final answer. The model works like a senior engineer — "decompose problem → evaluate approach → execute → reflect → optimize" — significantly improving accuracy and executability of complex tasks. For simple Q&A and tasks, Loop is automatically disabled.

📦 MoziSmartBit Intelligent Quantization

Self-developed layered intelligent quantization compresses the 27-billion-parameter Dense model to about 13.7 GB — about 3.3 GB (~20%) smaller than standard Q4KM (~17 GB), while maintaining FP16 ~99% precision. Traditional quantization applies uniform precision across all layers; MoziSmartBit uses an intelligent differentiated strategy tailored to Dense model architecture, achieving better precision than Q4KM.

💰 Financial Vertical Domain Focus

Deeply optimized for financial Q&A, quantitative programming, and tool calling. The financial domain has extremely low tolerance for model hallucination, and MoziAI significantly outperforms general models of the same size in this domain.

🌐 Other Features

  • Multilingual support: 201 languages and dialects, with specially optimized Chinese capability
  • General programming: Full-stack development, debugging, architecture design, covering Python/JS/TS/Go/Rust
  • Article writing: Research reports, analytical articles, technical docs, creative content and other multi-genre high-quality writing
  • Vision understanding: Multimodal vision, supports understanding image content from local screenshots
  • Multi-framework support: llama.cpp / Ollama / LM Studio / Jan
  • Multi-Agent support: OpenClaw / Hermes / Cursor / Claude Code / Codex, native tool calling and multi-turn task orchestration

3. Version Upgrade Notes

This upgrade mainly strengthens: moziAI's self-developed dynamic seven-dimensional thinking + LOOP iteration reasoning mode, making it smarter at recognizing task complexity, with higher task completion rates for complex tasks, and improving the "think before act" capability.

moziAI will maintain an active version upgrade iteration cadence to stay at the forefront of AI development, and continuously leverage self-developed technology to make local AI models lighter to deploy while becoming more capable.


4. Core Capabilities

Capability DomainDescription
Market AnalysisMacro/micro economic interpretation, A-share/HK/US stocks, commodities, crypto market trends and logic
Finance & ReportsFinancial report key indicator interpretation, research report summarization, valuation & earnings forecast assistance
Risk & ComplianceProduct risk assessment, investment advice compliance reminders, financial regulatory policy interpretation
Quant & StrategyQuant strategy design, Pyramid (PEL) quant, backtest logic, factor construction & tool calling
Tool CallingAccess to real-time market data, databases, research report retrieval and other financial data sources

5. Technical Specifications

ItemSpecification
Base ModelQwen3.8-27B (Dense architecture, hybrid attention 16 full + 48 linear, Apache-2.0 license)
Parameters27 billion (27B) Dense architecture
QuantizationSelf-developed MoziSmartBit intelligent quantization + GGUF standard format
Context Length256K (262,144 tokens)
Model Size~13.7 GB
Min VRAM16GB+ deployable (CPU offload); 20GB+ smooth long context; 32GB+ full 256K + vision
Inference Frameworksllama.cpp / Ollama / LM Studio / Jan
Inference SpeedWith MTP speculative decoding: R9700 70+ tok/s, MAX+395 iGPU 50+ tok/s, GPU 35+ tok/s
Development TeamChen Yumo Team

6. Quick Start 3 Files 100 Activate Best Inference

⚠️ Key note: MoziAI's best inference capability requires downloading 3 files simultaneously — main model, vision projector, chat template. Missing any one will lose the corresponding capability.

6.1 Download Model Files

Download these 3 files from HuggingFace / ModelScope to one local folder (main model at repo root, vision projector under mmproj/27B/, chat template under V3.8/):

moziAI-27B-MTP-V3.8-Q4_K_M-Qwen3.8-27B.gguf  ← Main model (required, 13.7 GB, repo root)
V3.8/chat-template-moziai-27B-V3.8.jinja  ← Chat template (required, includes 7D thinking + Loop instructions)
mmproj/27B/moziAI-27B-mmproj-BF16-V1.0.gguf  ← Vision projector (required, 927 MB)
FileSizeRequiredPurpose
Main model .gguf~13.7 GBRequiredModel weights, core inference
Vision projector mmproj~927 MBRequiredMultimodal vision understanding; image capability lost without it
Chat template .jinjaTinyRequiredInjects MoziAI identity + 7-dimensional thinking + LOOP instructions

6.2 Launch and Use

bash
llama-server \
  -m ./moziAI-27B-MTP-V3.8-Q4_K_M-Qwen3.8-27B.gguf \
  --mmproj mmproj/27B/moziAI-27B-mmproj-BF16-V1.0.gguf \
  --chat-template-file V3.8/chat-template-moziai-27B-V3.8.jinja \
  -c 131072 -ngl 99 \
  --host 0.0.0.0 --port 8080

Open http://localhost:8080 in your browser to start chatting. Full recommended parameters in Section 9.


7. Model Downloads

💡 LM Studio users: search moziAI in LM Studio for one-click download, no manual file download needed.

8. Launch Commands

Minimal Launch (with Three-Piece Set)

bash
llama-server \
  -m ./moziAI-27B-MTP-V3.8-Q4_K_M-Qwen3.8-27B.gguf \
  --mmproj mmproj/27B/moziAI-27B-mmproj-BF16-V1.0.gguf \
  --chat-template-file V3.8/chat-template-moziai-27B-V3.8.jinja \
  -c 131072 -ngl 99 \
  --host 0.0.0.0 --port 8080

Full Recommended Launch

bash
llama-server \
  -m ./moziAI-27B-MTP-V3.8-Q4_K_M-Qwen3.8-27B.gguf \
  --mmproj mmproj/27B/moziAI-27B-mmproj-BF16-V1.0.gguf \
  --chat-template-file V3.8/chat-template-moziai-27B-V3.8.jinja \
  -c 262144 -ngl 99 -t 28 \
  --batch-size 1024 --ubatch-size 128 \
  --flash-attn auto \
  --cache-type-k q4_0 --cache-type-v q4_0 --kv-unified \
  --poll 0 \
  --reasoning auto --reasoning-budget 1024 --reasoning-format deepseek-legacy \
  --spec-type draft-mtp --spec-draft-n-max 2 --spec-draft-p-min 0.75 \
  --host 0.0.0.0 --port 8080 \
  --temp 0.6 --top-p 0.95 --top-k 20
💡 Disable MTP: remove --spec-type draft-mtp and related parameters; speed drops ~30-50% but VRAM usage is lower.

9. Recommended Inference Parameters

Based on llama.cpp official recommendations and local testing optimizations (AMD Radeon AI PRO R9700 32GB):

ParameterGeneral ChatCoding/AgentDescription
temperature0.71.0Balance creativity and accuracy
top\_p0.950.95Nucleus sampling threshold
top\_k2020Truncation sampling
repeat\_penalty1.051.05Repetition penalty
context\_length131072262144Chat 128K / Coding 256K (llama.cpp default 128K)
reasoningautoautoEnable reasoning chain (CoT)
reasoning\_budget400400Reasoning budget tokens
reasoning\_formatdeepseek-legacydeepseek-legacyReasoning output to separate field
spec-typedraft-mtpdraft-mtpMTP speculative decoding (see Section 11)
💡 Thinking mode: enabled via --reasoning auto; the model performs internal reasoning before output. reasoning_budget controls max thinking tokens (recommended 400, adjustable 100-1000).

10. Quantization Format Comparison

FormatSizePrecisionDescription
FP16 original~54 GB100%Lossless, needs professional GPU
MoziSmartBit (this model)~13.7 GB~99%Self-developed intelligent quantization, best precision, smallest size
Q4KM~17 GB~98%GGUF standard 4bit
Q5KM~20 GB~99%Higher precision
Q6_K~23 GB~99.5%Near lossless
Q8_0~31 GB~100%Lossless
MoziSmartBit maintains ~99% precision while compressing the 27B Dense model to 13.7 GB (compression ratio 3.9x), ~20% smaller than Q4KM, making it better suited for consumer GPU local deployment.

11. MTP Speculative Decoding Important Speed Feature

This model has built-in MTP (Multi-Token Prediction) speculative decoding layers; inference speed improves 1.5-2x when enabled. This is a native feature of the Qwen3.8 architecture, and MoziAI retains the complete MTP weights.

Principle: A lightweight prediction head (Draft Model) is additionally trained in the model architecture to guess subsequent tokens before main model verification, reducing forward passes and lowering inference latency. Wrong guesses are corrected by the main model with no negative impact on output quality.

Enable Parameters

bash
--spec-type draft-mtp \
--spec-draft-n-max 2 \
--spec-draft-p-min 0.75
ParameterRecommended ValueDescription
--spec-typedraft-mtpEnable MTP speculative decoding
--spec-draft-n-max2Max 2 tokens guessed per step (recommended, ~80% acceptance rate)
--spec-draft-p-min0.75Minimum acceptance probability threshold (0.0-1.0, higher = more conservative)

Parameter Tuning Suggestions

n-maxAcceptance RateUse Case
1~90%Most conservative, smallest speed gain
2~80%Recommended: balance speed and accuracy
3~71%General use, noticeable speed gain
4-5~60-65%Creative writing, code generation
6~50-55%Pure-text long output (adjust p-min accordingly)

12. VRAM Configuration Recommendations

VRAMRecommended ConfigDescription
16 GBLower context to 64K, CPU offload neededEntry level, e.g. RTX 4060 Ti
20 GB128K full config, q4_0 KV cacheRecommended, e.g. RX 7900 XT / RTX 5070 Ti
24 GB128K full config, ample VRAM headroomRTX 4090 / RX 7900 XTX
32 GB+256K full config, strongest setupRadeon AI PRO R9700 / RTX 5090
128 GB iGPU256K full configAMD Ryzen AI Max+ 395 / NVIDIA RTX Spark
💡 Longer context = more VRAM usage. On OOM, gradually lower the -c parameter. Use --fit on to let llama.cpp auto-adjust layer count to fit VRAM. Supports NVIDIA / AMD / Intel GPUs.

13. Deployment Methods

Ollama Deployment

bash
cat > Modelfile << 'EOF'
FROM ./moziAI-27B-MTP-V3.8-Q4_K_M-Qwen3.8-27B.gguf
PARAMETER temperature 0.6
PARAMETER top_p 0.95
PARAMETER top_k 20
PARAMETER num_ctx 131072
PARAMETER num_gpu 99
EOF

ollama create moziAI-27B -f Modelfile
ollama run moziAI-27B

LM Studio / Jan

Search moziAI in LM Studio / Jan and download the Q4\K\M quantized version.

💡 Ollama's mmproj and chat\_template support is limited; it is recommended to use llama.cpp for full functionality.

14. Benchmarks

MoziAI-27B-3.8 is fine-tuned on the Qwen3.8-27B base, with the financial vertical domain as the core optimization direction.

Coding

BenchmarkmoziAI-27BQwen3.6-27BQwen3.7-PlusOpus4.6 Max
Terminal Bench 2.173.063.464.078.2
SWE-bench Pro61.753.557.653.4
DeepSWE 1.142.213.314.2--
QwenSWEBench79.049.359.263.8

Agent Capabilities

BenchmarkmoziAI-27BQwen3.6-27BQwen3.7-PlusOpus4.6 Max
CoWorkBench70.761.065.168.2
JobBench33.421.827.6--
Agents' Last Exam42.927.333.6--
WebArena-Verified64.848.855.3--
AndroidWorld81.970.381.062.0

General Capabilities

BenchmarkmoziAI-27BQwen3.6-27BQwen3.7-PlusOpus4.6 Max
IFBench79.569.179.162.5
GPQA Diamond89.287.890.391.3

Multimodal Capabilities

BenchmarkmoziAI-27BQwen3.6-27BQwen3.7-PlusOpus4.6 Max
MathVision94.685.190.365.5
BabyVision85.628.970.412.6
CharXiv RQ90.278.485.866.0
Vision2Web62.945.042.1--
Competitor data from official public benchmark results. MoziAI significantly outperforms general models in financial vertical domains (financial report interpretation, quant strategy, risk & compliance, Agent tool calling, etc.).

15. License

License: see the MoziAI Model License (`LICENSE.en.md`, English v2.0). This model contains upstream components governed by the Apache License 2.0 (Qwen3.8-27B); attribution: `NOTICE`; modifications: `MODIFICATIONS.md`.

16. Contact

Copyright (c) 2026 Chen Yumo / chenyumo166. All rights reserved.


<!-- UPSTREAM-LICENSE-NOTICE:BEGIN -->

License

License: see the [MoziAI Model License](LICENSE.en.md) (English v2.0). This model contains upstream components governed by the Apache License 2.0 (Qwen3.8-27B). Upstream copyright and attribution notices: `NOTICE`; modifications made by this team: `MODIFICATIONS.md`. <!-- UPSTREAM-LICENSE-NOTICE:END -->