Qwen3-235B-A22B-Instruct-2507-FP8

Qwen/Qwen3-235B-A22B-Instruct-2507-FP8

Qwen 738K downloads apache-2.0 Text Generation
Frameworkstransformerssafetensors
Tagsqwen3_moetext-generationconversationalbase_model:Qwen/Qwen3-235B-A22B-Instruct-2507base_model:quantized:Qwen/Qwen3-235B-A22B-Instruct-2507fp8
Downloads
738K
License
apache-2.0
Pipeline
Text Generation
Author
Qwen

Run Qwen3-235B-A22B-Instruct-2507-FP8 locally on a Q4KM hard drive

Get the power of Qwen3‑235B‑A22B‑Instruct‑2507‑FP8 instantly with a pre‑loaded Q4KM hard drive . Enjoy plug‑and‑play performance on your own hardware—no extra download steps required. Shop now and...

Shop Q4KM Drives

Technical Overview

Model ID: Qwen/Qwen3-235B-A22B-Instruct-2507-FP8
Author: Qwen
Pipeline tag: text‑generation

Qwen3‑235B‑A22B‑Instruct‑2507‑FP8 is a large‑scale, mixture‑of‑experts (MoE) causal language model that has been quantized to 8‑bit floating‑point (FP8) precision. It builds on the base Qwen3‑235B‑A22B‑Instruct‑2507 checkpoint and is tuned for “instruction‑following” and “non‑thinking” generation, meaning it never emits <think></think> blocks. The model is designed to excel at a wide range of natural‑language tasks—including reasoning, coding, multilingual understanding, and tool‑use—while offering a dramatically reduced memory footprint compared with a full‑precision 235‑billion‑parameter model.

Key Features & Capabilities

  • Instruction‑following: Optimized for clear, helpful responses to user prompts.
  • Long‑context handling: Native context window of 262,144 tokens (≈256 K), enabling deep document analysis and multi‑turn conversations.
  • Multilingual coverage: Strong performance across dozens of languages, with notable gains on long‑tail knowledge.
  • Enhanced reasoning & coding: Superior scores on benchmarks such as MMLU‑Pro, GPQA, ARC‑AGI, and LiveCodeBench.
  • FP8 quantization: Reduces VRAM usage while preserving most of the original model’s quality.
  • MoE architecture: 128 experts, 8 activated per token, allowing 22 B effective parameters to be computed at inference time.

Architecture Highlights

  • Model type: Causal Language Model (decoder‑only).
  • Total parameters: 235 B (22 B active).
  • Layers: 94 transformer blocks.
  • Attention heads: Grouped‑query attention (GQA) with 64 Q‑heads and 4 KV‑heads.
  • Experts: 128 MoE experts, 8 selected per token.
  • Context length: 262,144 tokens (native).
  • Quantization: FP8 (floating‑point 8‑bit) for inference‑time efficiency.

Intended Use Cases

  • Chat‑bots and virtual assistants that require deep context and nuanced instruction following.
  • Code generation and debugging assistants for software development.
  • Research and analysis tools that need long‑document comprehension.
  • Multilingual content creation, translation, and summarization.
  • Tool‑use agents that call external APIs or perform structured reasoning.

Benchmark Performance

The model’s performance is evaluated on a comprehensive suite of knowledge, reasoning, coding, alignment, agent, and multilingual benchmarks. Highlights from the README include:

  • MMLU‑Pro: 83.0 % (vs. 75.2 % for the non‑instructional variant).
  • GPQA: 77.5 % – a significant jump over the base non‑thinking model (62.9 %).
  • ARC‑AGI: 41.8 % – showing strong logical reasoning.
  • LiveCodeBench v6: 51.8 % – competitive with top‑tier coding models.
  • IFEval (alignment): 88.7 % – close to leading proprietary models.
  • Arena‑Hard v2: 79.2 % win‑rate, indicating strong open‑ended task performance.
  • Multilingual benchmarks (MultiIF, MMLU‑ProX, INCLUDE, PolyMATH): Scores ranging from 77.5 % to 50.2 %.

These benchmarks matter because they test the model’s ability to understand factual knowledge, reason logically, generate correct code, follow user intent, and operate across many languages. Compared to similar MoE models (e.g., DeepSeek‑V3, Claude Opus, Kimi K2), Qwen3‑235B‑A22B‑Instruct‑2507‑FP8 consistently outperforms on reasoning and alignment while remaining competitive on coding and multilingual tasks.

Hardware Requirements

Running a 235 B‑parameter MoE model, even in FP8, is resource‑intensive. The following guidelines are based on community reports and the model’s architecture.

  • VRAM for inference: Approximately 80 GB – 120 GB of GPU memory is needed to load the active 22 B parameters and the MoE routing tables in FP8. Multi‑GPU sharding (e.g., 2 × A100 80 GB) is recommended for stable performance.
  • Recommended GPUs: NVIDIA A100 80 GB, H100 80 GB, or AMD Instinct MI250X. For single‑GPU setups, a 96 GB or larger GPU is ideal.
  • CPU: A modern 8‑core CPU (e.g., AMD EPYC 7543 or Intel Xeon Gold) for tokenization and I/O; no heavy compute load on CPU.
  • Storage: The FP8 checkpoint is roughly 500 GB (including safetensors and tokenizer files). SSD storage (NVMe) is strongly recommended for fast loading.
  • Performance characteristics: With FP8, inference latency is reduced by ~2‑3× compared to FP16, but the MoE routing overhead still adds a modest overhead. Expect ~15‑20 tokens/s on a single A100 80 GB for a 256 K context.

Use Cases

  • Customer support chatbots: Leverage the 256 K context to retain full conversation history and provide accurate, instruction‑following responses.
  • Developer assistants: Code generation, debugging, and documentation tasks benefit from the model’s strong coding benchmark scores.
  • Research assistants: Long‑document summarization, literature review, and multilingual analysis are enabled by the extended context window.
  • Enterprise knowledge bases: Query large internal corpora with high factual accuracy and nuanced reasoning.
  • Tool‑use agents: The model can be paired with function‑calling APIs to execute external tools, thanks to its alignment on open‑ended tasks.

Training Details

The model underwent a two‑stage training process:

  • Pre‑training: Trained on a massive multilingual corpus (hundreds of billions of tokens) using a mixture‑of‑experts architecture with 128 experts, 8 activated per token.
  • Post‑training (instruction tuning): Fine‑tuned on high‑quality instruction datasets, including code, reasoning, and multilingual tasks, to improve alignment and usefulness.
  • Quantization: After fine‑tuning, the checkpoint was converted to FP8 using a post‑training quantization pipeline, preserving most of the model’s accuracy while dramatically reducing memory consumption.
  • Compute resources: Training was performed on large‑scale GPU clusters (e.g., hundreds of A100/H100 GPUs) over several weeks, typical for models of this scale.

The model remains fully fine‑tunable; developers can further adapt it to domain‑specific data using the standard transformers training loop or LoRA adapters, thanks to the model’s integration with the latest transformers library (version ≥ 4.51.0).

Licensing Information

The model is released under the Apache‑2.0 license. This permissive license grants users extensive rights:

  • Commercial use: Allowed without additional fees.
  • Modification & redistribution: You may create derivative works and distribute them, provided you retain the license notice.
  • Patent grant: The license includes an explicit patent license from contributors.
  • Attribution: Required to retain the original copyright notice and a link to the license.

There are no “unknown” restrictions; the Apache‑2.0 terms are clear and widely accepted in both open‑source and commercial environments. Users should still review the full license text for compliance details, especially when integrating the model into proprietary products.

Pre-loaded AI models. Ready to run.

Skip the downloads. Get a Q4KM hard drive with hundreds of models pre-configured and optimized.

Shop Q4KM Hard Drives