Model reference · open weights

falcon-mamba

falcon-mamba is an open-weight language model from tiiuae, listed in the AxForge catalogue. AxForge can bring it up on EU-owned hardware for you on request — with the licence handled where one is required.

Licence fee required LLMs tiiuae 1 variants 65k downloads/mo
Request a licence + hosting quote All served models Not on the shared API today — deployed on request.

About

What falcon-mamba is

Table of Contents 0. TL;DR 1. Model Details 2. Usage 3. Training Details 4. Evaluation TL;DR Model Details Model Description - Developed by: https://www.tii.ae - Model type: Causal decoder-only - Architecture: Mamba - Language(s) (NLP): Mainly English - License: TII Falcon-Mamba License 2.0 Check out the blogpost for more details! Usage Find below some example scripts on how to use the model in transformers (Make sure to have the latest transformers, or the one built from source): Using the Pytorch model Running the model on a CPU Running the model on a GPU Running the model on a GPU using torch.compile Running the model on a GPU using different precisions FP16 4-bit Training Details Training Data Falcon-Mamba has been trained with ~ 5,500 GT mainly coming from Refined-Web, a large volume web-only dataset filtered and deduplicated. Similar to the others Falcon suite models, Falcon-Mamba has been trained leveraging a multi-stage training strategy to increase the context-length from 2,048 to 8,192. Moreover, inspired by the concept of Curriculum Learning, we carefully selected data mixtures throughout the training stages, considering both data diversity and complexity. Note that at inference the context-length is not relevant as the Mamba architecture has no limit on long range dependency. At the last training stage, small portion of high-quality curated data was used to further enhance performance. Overall, the data sources included RefinedWeb-English, high quality technical data, code data and math data extracted from public sources. In particular, we used samples coming from Fineweb-edu during our last training stage. The data was tokenized with the Falcon-7B/11B tokenizer. Training Procedure Falcon-Mamba-7B was trained on 256 H100 80GB GPUs for the majority of the training, using a 3D parallelism strategy (TP=1, PP=1, DP=256) combined with ZeRO. Training Hyperparameters The model was trained AdamW optimizer, WSD (warmup-stable-decay) learning rate schedule, and a batch size rampup from \\(b{\mathrm{min}}=128\\) to \\(b{\mathrm{max}}=2048\\) during first 50 GT of training. In the stable phase we used maximal learning rate \\(\eta{\mathrm{max}}=6.4 \times 10^{-4

Summarised from the published model card. Read the full card on the HuggingFace links below.

Specifications

What it is

Makertiiuae
TypeLanguage models
Parameters (lead)7.3B
Variants1
Runs withtransformers
Released2024-07-17
Popularity65k downloads / month
Likes248
LicenceCommercial licence needed

How it works

How language models work

Your prompttext / messagesTransformerattention over tokensNext-token loopgenerate + streamResponsetext · tool callsA language model reads your tokens and predicts the next one, again and again, streaming the reply back.

Variants

Sizes & precisions

Open weights ship in several sizes and precisions. One page, all the variants — pick the one that fits your GPU. VRAM figures are estimates from model size.

VariantParamsPrecisionVRAMFits 16 GBWeights
falcon-mamba-7b7.3BBF16~16.7 GBWeights ↗

Benchmarks

Reported results

As published on the model card — the maker's own numbers, not measured by AxForge.

TaskDatasetMetricScore
Text GenerationIFEval (0-Shot)strict accuracy33.36
Text GenerationBBH (3-Shot)normalized accuracy19.88
Text GenerationMATH Lvl 5 (4-Shot)exact match3.63
Text GenerationGPQA (0-shot)acc_norm8.05
Text GenerationMuSR (0-shot)acc_norm10.86
Text GenerationMMLU-PRO (5-shot)accuracy14.47

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys falcon-mamba for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (falcon-mamba below is illustrative; you get the exact model name on deployment.)

$ curl -sS https://api.axforge.ai/v1/chat/completions \
  -H "Authorization: Bearer $AXFORGE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"falcon-mamba","messages":[{"role":"user","content":"Hello"}]}'

Details

Languages, data & research

Languages

en

Trained / evaluated on

tiiuae/falcon-refinedweb HuggingFaceFW/fineweb-edu

Tags

transformers safetensors falcon_mamba text-generation en dataset:tiiuae/falcon-refinedweb dataset:HuggingFaceFW/fineweb-edu model-index endpoints_compatible conversational

Papers

Licence

Commercial licence needed

The weights are open but its licence needs a commercial agreement for business use. AxForge can arrange that licence and host the model for you — you pay AxForge, we settle with the model’s maker. Ask us for a quote. Read the licence ↗

Sources

Weights & code

Want falcon-mamba on EU-owned hardware?

Request a licence + hosting quote See what’s served now

Explore

More language models

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms