---
title: "DBRX (language model)"
source: "https://systems-analysis.info/eng/DBRX_(language_model)"
wiki: "systems-analysis.info/eng"
article: "DBRX_(language_model)"
language: "en"
categories:
  - "Category:English"
  - "Category:Large language models"
  - "Category:Machine learning"
  - "Category:Technology"
revision_id: 110
wiki_created_at: 2026-09-06T22:17:31Z
wiki_modified_at: 2026-09-06T22:17:31Z
downloaded_at: 2026-09-07T22:21:06Z
---

# DBRX (language model)

**DBRX** is an open [large language model](https://systems-analysis.info/eng/Large_language_model "Large language model") (LLM) developed by Databricks (through its Mosaic AI research team) and released on March 27, 2024. The model is built on a fine-grained [Mixture-of-Experts](https://systems-analysis.info/eng/Mixture-of-Experts_(MoE) "Mixture-of-Experts (MoE)") (MoE) architecture and, at release, set a new standard for quality and efficiency among openly available models, outperforming established open models such as <a href="https://systems-analysis.info/eng/index.php?title=LLaMA_(Meta)&amp;action=edit&amp;redlink=1" class="new" title="LLaMA (Meta) (page does not exist)">LLaMA 2</a>, [Mixtral](https://systems-analysis.info/eng/Mixtral_(Mistral_AI) "Mixtral (Mistral AI)"), and Grok-1 on standard benchmarks and matching or exceeding the closed GPT-3.5 on many of them<sup>[\[1\]](https://systems-analysis.info/eng/DBRX_(language_model)#cite_note-databricks_blog-1)</sup>.

## History of Creation

The development of DBRX is directly linked to Databricks' acquisition of the startup MosaicML in June 2023 in a deal valued at roughly \$1.3 billion; MosaicML's team and technology became the foundation of the company's Mosaic AI research division<sup>[\[2\]](https://systems-analysis.info/eng/DBRX_(language_model)#cite_note-mosaicml_acquisition-2)</sup>. The project was led by the Mosaic team, including Databricks' Chief Scientist (Neural Networks), Jonathan Frankle. According to the developers, the final training of the model took roughly two to three months and cost about \$10 million<sup>[\[3\]](https://systems-analysis.info/eng/DBRX_(language_model)#cite_note-techcrunch_dbrx-3)[\[4\]](https://systems-analysis.info/eng/DBRX_(language_model)#cite_note-superannotate_dbrx-4)</sup>.

The release of DBRX was aimed at demonstrating that a company could build a world-class MoE model from scratch using its own tools and, in doing so, provide the community and enterprises with a powerful open alternative to proprietary APIs<sup>[\[1\]](https://systems-analysis.info/eng/DBRX_(language_model)#cite_note-databricks_blog-1)</sup>.

## Architecture and Technical Specifications

DBRX is a [transformer](https://systems-analysis.info/eng/Transformer_architecture "Transformer architecture")-based, decoder-only model trained using next-token prediction. Its principal feature is the **fine-grained MoE architecture**<sup>[\[1\]](https://systems-analysis.info/eng/DBRX_(language_model)#cite_note-databricks_blog-1)</sup>:

- **Parameters:** The model has 132 billion total parameters, of which only 36 billion are active for any given input, which significantly increases inference speed.
- **Experts:** Unlike other open MoE models such as Mixtral and Grok-1, which use 8 experts and select 2, DBRX uses **16 experts and selects 4** for each input. This fine-grained approach provides roughly 65 times more possible combinations of experts, which improves model quality.
- **Additional techniques:** The architecture uses Rotary Position Encodings (RoPE), Gated Linear Units (GLU), and Grouped Query Attention (GQA); the model also uses the GPT-4 tokenizer (tiktoken).
- **Context window:** The model supports a context length of up to 32,768 tokens.

### Training

DBRX was pre-trained on a carefully curated dataset of **12 trillion tokens** of text and code. The developers note that this data was at least twice as effective, token-for-token, as the data used to train their earlier MPT models<sup>[\[1\]](https://systems-analysis.info/eng/DBRX_(language_model)#cite_note-databricks_blog-1)</sup>. Training was performed on a cluster of **3,072 NVIDIA H100 GPUs** connected via 3.2 Tbps InfiniBand<sup>[\[4\]](https://systems-analysis.info/eng/DBRX_(language_model)#cite_note-superannotate_dbrx-4)</sup>. During training, **curriculum learning** was applied, changing the composition of the data mix during the process to improve model quality.

## Model Versions

Two main versions of the model were released:

- **DBRX Base:** The base pre-trained model, intended for further fine-tuning.
- **DBRX Instruct:** A version fine-tuned to follow instructions and for use in dialogue and question-answering tasks<sup>[\[1\]](https://systems-analysis.info/eng/DBRX_(language_model)#cite_note-databricks_blog-1)</sup>.

## Performance and Benchmarks

DBRX Instruct demonstrated leading results among open models and strong competitiveness with closed models at the time of its release.

| Benchmark                         | DBRX Instruct | Next Best (Mixtral / Grok-1) |
|-----------------------------------|---------------|------------------------------|
| MMLU (general knowledge)          | 73.7%         | 71.5% (Mixtral Instruct)     |
| HellaSwag (commonsense reasoning) | 89.0%         | 87.6% (Mixtral Instruct)     |
| HumanEval (programming)           | 70.1%         | 63.2% (Grok-1)               |
| GSM8k (mathematics)               | 66.9%         | 62.9% (Grok-1)               |
| Open LLM Leaderboard (avg.)       | 74.5%         | 72.7% (Mixtral Instruct)     |

Comparison of DBRX Instruct with open models

In comparison with closed models, DBRX Instruct **surpasses GPT-3.5** on most benchmarks — for example, on general knowledge as measured by MMLU (73.7% vs. 70.0%) and on programming as measured by HumanEval (70.1% vs. 48.1%)<sup>[\[1\]](https://systems-analysis.info/eng/DBRX_(language_model)#cite_note-databricks_blog-1)</sup>. In terms of overall response quality, the model is **competitive with Gemini 1.0 Pro and Mistral Medium** — scoring higher than Gemini 1.0 Pro on the Inflection-corrected MTBench, MMLU, HellaSwag, and HumanEval, while Gemini 1.0 Pro is stronger on GSM8k. Databricks did not claim that DBRX reaches the level of frontier models such as GPT-4 or Claude 3 Opus, which it trails; the company noted only that, on a narrow internal SQL use case, early versions of DBRX were competitive with GPT-4 Turbo<sup>[\[1\]](https://systems-analysis.info/eng/DBRX_(language_model)#cite_note-databricks_blog-1)[\[5\]](https://systems-analysis.info/eng/DBRX_(language_model)#cite_note-synthedia_dbrx-5)</sup>.

## License and Availability

DBRX is distributed under the **Databricks Open Model License**, which permits both commercial and research use. However, the license contains a restriction similar to Meta's <a href="https://systems-analysis.info/eng/index.php?title=LLaMA_(Meta)&amp;action=edit&amp;redlink=1" class="new" title="LLaMA (Meta) (page does not exist)">Llama 2</a> license: companies whose products had more than 700 million monthly active users (MAU) at the time of the model's release must obtain a separate license from Databricks<sup>[\[5\]](https://systems-analysis.info/eng/DBRX_(language_model)#cite_note-synthedia_dbrx-5)</sup>.

The model is available for download on [Hugging Face](https://systems-analysis.info/eng/Hugging_Face "Hugging Face") (DBRX Base and DBRX Instruct) and on GitHub. It can also be accessed through the Databricks platform and major cloud providers, including AWS, Google Cloud, and Microsoft Azure (via Azure Databricks)<sup>[\[1\]](https://systems-analysis.info/eng/DBRX_(language_model)#cite_note-databricks_blog-1)</sup>.

## Reception and Legacy

DBRX was well received as a demonstration that an enterprise could train a competitive MoE model from scratch, and as a validation of Databricks' training stack (built on open-source projects such as MegaBlocks, Composer, and LLM Foundry) that customers could use to build their own models<sup>[\[1\]](https://systems-analysis.info/eng/DBRX_(language_model)#cite_note-databricks_blog-1)</sup>. At the same time, the rapidly moving field soon narrowed its advantage: Meta released Llama 3 several weeks later, in April 2024, and other open models followed. Databricks did not release a successor frontier base model, instead focusing its research on efficient model training, fine-tuning, and, more recently, reinforcement learning and agent systems, while continuing to make DBRX available to the community<sup>[\[6\]](https://systems-analysis.info/eng/DBRX_(language_model)#cite_note-frankle_site-6)</sup>.

## External links

- <a href="https://www.databricks.com/blog/introducing-dbrx-new-state-art-open-llm" class="external text" rel="nofollow">Official DBRX announcement — Databricks</a>
- <a href="https://huggingface.co/databricks/dbrx-instruct" class="external text" rel="nofollow">DBRX Instruct on Hugging Face</a>
- <a href="https://github.com/databricks/dbrx" class="external text" rel="nofollow">DBRX repository on GitHub</a>
- <a href="https://en.wikipedia.org/wiki/DBRX" class="external text" rel="nofollow">DBRX — Wikipedia</a>

## Literature

- Vaswani, A. et al. (2017). *Attention Is All You Need*. <a href="https://arxiv.org/abs/1706.03762" class="external text" rel="nofollow">arXiv:1706.03762</a>.
- Shazeer, N. et al. (2017). *Outrageously Large Neural Networks: The Sparsely‑Gated Mixture‑of‑Experts Layer*. <a href="https://arxiv.org/abs/1701.06538" class="external text" rel="nofollow">arXiv:1701.06538</a>.
- Fedus, W.; Zoph, B.; Shazeer, N. (2021). *Switch Transformers: Scaling to Trillion Parameter Models with Simple and Efficient Sparsity*. <a href="https://arxiv.org/abs/2101.03961" class="external text" rel="nofollow">arXiv:2101.03961</a>.
- Gale, T. et al. (2022). *MegaBlocks: Efficient Sparse Training with Mixture‑of‑Experts*. <a href="https://arxiv.org/abs/2211.15841" class="external text" rel="nofollow">arXiv:2211.15841</a>.
- Su, J. et al. (2021). *RoFormer: Enhanced Transformer with Rotary Position Embedding*. <a href="https://arxiv.org/abs/2104.09864" class="external text" rel="nofollow">arXiv:2104.09864</a>.
- Shazeer, N. (2020). *GLU Variants Improve Transformer*. <a href="https://arxiv.org/abs/2002.05202" class="external text" rel="nofollow">arXiv:2002.05202</a>.
- Ainslie, J. et al. (2023). *GQA: Training Generalized Multi‑Query Transformer Models from Multi‑Head Checkpoints*. <a href="https://arxiv.org/abs/2305.13245" class="external text" rel="nofollow">arXiv:2305.13245</a>.
- Jiang, A. et al. (2024). *Mixtral of Experts*. <a href="https://arxiv.org/abs/2401.04088" class="external text" rel="nofollow">arXiv:2401.04088</a>.

## References

1.  <span id="cite_note-databricks_blog-1">↑ <sup>[1.0](https://systems-analysis.info/eng/DBRX_(language_model)#cite_ref-databricks_blog_1-0)</sup> <sup>[1.1](https://systems-analysis.info/eng/DBRX_(language_model)#cite_ref-databricks_blog_1-1)</sup> <sup>[1.2](https://systems-analysis.info/eng/DBRX_(language_model)#cite_ref-databricks_blog_1-2)</sup> <sup>[1.3](https://systems-analysis.info/eng/DBRX_(language_model)#cite_ref-databricks_blog_1-3)</sup> <sup>[1.4](https://systems-analysis.info/eng/DBRX_(language_model)#cite_ref-databricks_blog_1-4)</sup> <sup>[1.5](https://systems-analysis.info/eng/DBRX_(language_model)#cite_ref-databricks_blog_1-5)</sup> <sup>[1.6](https://systems-analysis.info/eng/DBRX_(language_model)#cite_ref-databricks_blog_1-6)</sup> <sup>[1.7](https://systems-analysis.info/eng/DBRX_(language_model)#cite_ref-databricks_blog_1-7)</sup> <sup>[1.8](https://systems-analysis.info/eng/DBRX_(language_model)#cite_ref-databricks_blog_1-8)</sup> "Introducing DBRX: A New State-of-the-Art Open LLM". *Databricks Blog*. <a href="https://www.databricks.com/blog/introducing-dbrx-new-state-art-open-llm" class="external autonumber" rel="nofollow">[1]</a></span>
2.  <span id="cite_note-mosaicml_acquisition-2">[↑](https://systems-analysis.info/eng/DBRX_(language_model)#cite_ref-mosaicml_acquisition_2-0) "MosaicML Acquisition Generative AI Platform Developed by Kempner's Jonathan Frankle Acquired by Databricks in \$1.3 Billion Deal". *Kempner Institute, Harvard University*. <a href="https://kempnerinstitute.harvard.edu/news/kempners-frankle-mosaicml-acquisition/" class="external autonumber" rel="nofollow">[2]</a></span>
3.  <span id="cite_note-techcrunch_dbrx-3">[↑](https://systems-analysis.info/eng/DBRX_(language_model)#cite_ref-techcrunch_dbrx_3-0) Wiggers, Kyle (March 27, 2024). "Databricks spent \$10M on new DBRX generative AI model, but it can't beat GPT-4". *TechCrunch*. <a href="https://techcrunch.com/2024/03/27/databricks-spent-10m-on-new-dbrx-generative-ai-model/" class="external autonumber" rel="nofollow">[3]</a></span>
4.  <span id="cite_note-superannotate_dbrx-4">↑ <sup>[4.0](https://systems-analysis.info/eng/DBRX_(language_model)#cite_ref-superannotate_dbrx_4-0)</sup> <sup>[4.1](https://systems-analysis.info/eng/DBRX_(language_model)#cite_ref-superannotate_dbrx_4-1)</sup> "DBRX: A new open LLM by Databricks". *SuperAnnotate*. <a href="https://www.superannotate.com/blog/dbrx-databricks" class="external autonumber" rel="nofollow">[4]</a></span>
5.  <span id="cite_note-synthedia_dbrx-5">↑ <sup>[5.0](https://systems-analysis.info/eng/DBRX_(language_model)#cite_ref-synthedia_dbrx_5-0)</sup> <sup>[5.1](https://systems-analysis.info/eng/DBRX_(language_model)#cite_ref-synthedia_dbrx_5-1)</sup> "Databricks Claims a Performance Lead with a New Open LLM". *Synthedia*. <a href="https://synthedia.substack.com/p/databricks-claims-a-performance-lead" class="external autonumber" rel="nofollow">[5]</a></span>
6.  <span id="cite_note-frankle_site-6">[↑](https://systems-analysis.info/eng/DBRX_(language_model)#cite_ref-frankle_site_6-0) "Jonathan Frankle". *Personal website*. <a href="https://www.jfrankle.com/" class="external autonumber" rel="nofollow">[6]</a></span>
