vix.ing · top · new · best · stats

Mixtral of Experts

2024/01/08 by Albert Q. Jiang, Alexandre Sablayrolles, Jiang, Albert Q. +51 · 5 voices · 444 citations
Computer Science · Engineering · #Artificial intelligence #Code (set theory) #Computer network #Computer science #Context (archaeology) #Engineering #Feed forward #Inference #Language model #Layer (electronics) #License #Machine Learning and Algorithms #Machine Learning and Data Classification #Operating system #Process (computing) #Programming language #Router #Security token #Set (abstract data type) #Topic Modeling

paper · pdf · doi:10.48550/arxiv.2401.04088

published in arXiv (Cornell University) (Cornell University)

openalex publication_date 2024/01/08 · openalex created_date 2024/01/13 · openalex updated_date 2026/08/03

Abstract

We introduce Mixtral 8x7B, a Sparse Mixture of Experts (SMoE) language model. Mixtral has the same architecture as Mistral 7B, with the difference that each layer is composed of 8 feedforward blocks (i.e. experts). For every token, at each layer, a router network selects two experts to process the current state and combine their outputs. Even though each token only sees two experts, the selected experts can be different at each timestep. As a result, each token has access to 47B parameters, but only uses 13B active parameters during inference. Mixtral was trained with a context size of 32k tokens and it outperforms or matches Llama 2 70B and GPT-3.5 across all evaluated benchmarks. In particular, Mixtral vastly outperforms Llama 2 70B on mathematics, code generation, and multilingual benchmarks. We also provide a model fine-tuned to follow instructions, Mixtral 8x7B - Instruct, that surpasses GPT-3.5 Turbo, Claude-2.1, Gemini Pro, and Llama 2 70B - chat model on human benchmarks. Both the base and instruct models are released under the Apache 2.0 license.

Cited by

Discussions

Related