TII/Dense

Falcon-H1 34B

chatcodingreasoningmath
34B
Parameters
32K
Context length
9
Benchmarks
4
Quantizations
40K
HF downloads
Architecture
Dense
Released
2025-07-30
Layers
72
KV Heads
4
Head Dim
128
Family
falcon

Table of Contents

  1. TL;DR
  2. Model Details
  3. Training Details
  4. Usage
  5. Evaluation
  6. Citation

TL;DR

Model Details

Model Description

  • Developed by: https://www.tii.ae
  • Model type: Causal decoder-only
  • Architecture: Hybrid Transformers + Mamba architecture
  • Language(s) (NLP): English, Multilingual
  • License: Falcon-LLM License

Training details

For more details about the training protocol of this model, please refer to the Falcon-H1 technical blogpost and Technical Report.

Usage

Currently to use this model you can either rely on Hugging Face transformers, vLLM or llama.cpp library.

Inference

Make sure to install the latest version of transformers or vllm, eventually install these packages from source:

pip install git+https://github.com/huggingface/transformers.git

For vLLM, make sure to install vllm>=0.9.0:

pip install "vllm>=0.9.0"

🤗 transformers

Refer to the snippet below to run H1 models using 🤗 transformers:

import torch
from transformers import AutoModelForCausalLM, AutoTokenizer

model_id = "tiiuae/Falcon-H1-1B-Base"

model = AutoModelForCausalLM.from_pretrained(
  model_id,
  torch_dtype=torch.bfloat16,
  device_map="auto"
)

# Perform text generation

vLLM

For vLLM, simply start a server by executing the command below:

# pip install vllm>=0.9.0
vllm serve tiiuae/Falcon-H1-1B-Instruct --tensor-parallel-size 2 --data-parallel-size 1

llama.cpp

You can find all GGUF files under our official collection

Evaluation

Falcon-H1 series perform very well on a variety of tasks, including reasoning tasks.

TasksFalcon-H1-34BQwen3-32BQwen2.5-72BQwen2.5-32BGemma3-27BLlama3.3-70BLlama4-scout
General
BBH70.6862.4772.5268.7267.2869.1564.9
ARC-C61.0148.9846.5944.5454.5263.6556.14
TruthfulQA65.2758.5869.870.2864.2666.1562.74
HellaSwag81.9468.8968.7973.9557.2570.2465.03
MMLU84.0580.8984.4282.878.0182.0880.4
Math
GSM8k83.6288.7882.2678.4790.3793.7190.37
MATH-50083.882.083.682.290.070.683.2
AMC-2369.3867.3467.3468.7577.8139.3869.06
AIME-2423.7527.7117.2917.9227.512.9227.92
AIME-2516.6719.7915.2111.4622.711.258.96
Science
GPQA41.5330.237.6734.3136.4931.9931.8
GPQA_Diamond49.6649.4944.9540.7447.4742.0951.18
MMLU-Pro58.7354.6856.3556.6347.8153.2955.58
MMLU-stem83.5781.6482.5982.3773.5574.8875.2
Code
HumanEval87.290.8587.290.2486.5983.5385.4
HumanEval+81.7185.3780.4982.3278.0579.8778.7
MBPP83.8686.2489.6887.8388.3688.0981.5
MBPP+71.4371.9675.474.0774.0773.8164.8
LiveCodeBench49.7145.0154.649.1239.5340.3140.12
CRUXEval73.0778.4575.6373.574.8269.5368.32
Instruction Following
IFEval89.3786.9786.3581.7983.1989.9486.32
Alpaca-Eval48.3264.2149.2939.2656.1638.2736.26
MTBench9.29.059.169.098.758.988.98
LiveBench46.2663.0554.0352.9255.4153.1154.21

You can check more in detail on our our release blogpost, detailed benchmarks.

Useful links

Quantizations & VRAM

Q4_K_M4.5 bpw
19.6 GB
VRAM required
94%
Quality
Q6_K6.5 bpw
28.1 GB
VRAM required
97%
Quality
Q8_08 bpw
34.5 GB
VRAM required
100%
Quality
FP1616 bpw
68.5 GB
VRAM required
100%
Quality

Benchmarks (9)

Arena Elo1455
IFEval89.4
HumanEval87.2
MBPP83.9
MATH83.8
BBH70.7
MMLU-PRO58.7
GPQA49.7
MUSR5.2

Run with Ollama

$ollama run falcon-h1:34b

GPUs that can run this model

At Q4_K_M quantization. Sorted by minimum VRAM.

AMD RX 7900 XT
20 GB VRAM • 800 GB/s
AMD
$849
NVIDIA RTX 4000 Ada 20GB
20 GB VRAM • 432 GB/s
NVIDIA
$1250
NVIDIA A10M
20 GB VRAM • 500 GB/s
NVIDIA
NVIDIA GeForce RTX 3080 Ti 20 GB
20 GB VRAM • 760 GB/s
NVIDIA
$1199
AMD Radeon RX 7900 XT
20 GB VRAM • 800 GB/s
AMD
$899
NVIDIA RTX 4000 Ada Generation
20 GB VRAM • 360 GB/s
NVIDIA
NVIDIA RTX 4000 SFF Ada Generation
20 GB VRAM • 280 GB/s
NVIDIA
NVIDIA RTX A4500
20 GB VRAM • 640 GB/s
NVIDIA
NVIDIA RTX 4090
24 GB VRAM • 1008 GB/s
NVIDIA
$1599
NVIDIA RTX 3090 Ti
24 GB VRAM • 1008 GB/s
NVIDIA
$999
NVIDIA RTX 3090
24 GB VRAM • 936 GB/s
NVIDIA
$850
AMD RX 7900 XTX
24 GB VRAM • 960 GB/s
AMD
$999
Apple M4 Pro (24GB)
24 GB VRAM • 273 GB/s
APPLE
$1399
NVIDIA L4 24GB
24 GB VRAM • 300 GB/s
NVIDIA
$2500
NVIDIA A10 24GB
24 GB VRAM • 600 GB/s
NVIDIA
$3500
Apple M2 (24GB)
24 GB VRAM • 100 GB/s
APPLE
$999
Apple M3 (24GB)
24 GB VRAM • 100 GB/s
APPLE
$999
Apple M4 (24GB)
24 GB VRAM • 120 GB/s
APPLE
$699
NVIDIA Tesla M40 24 GB
24 GB VRAM • 288 GB/s
NVIDIA
NVIDIA Tesla P10
24 GB VRAM • 694 GB/s
NVIDIA
NVIDIA Tesla P40
24 GB VRAM • 347 GB/s
NVIDIA
NVIDIA Quadro RTX 6000
24 GB VRAM • 672 GB/s
NVIDIA
NVIDIA Quadro RTX 6000 Passive
24 GB VRAM • 624 GB/s
NVIDIA
NVIDIA GeForce RTX 3090
24 GB VRAM • 936 GB/s
NVIDIA
$1499
NVIDIA A10 PCIe
24 GB VRAM • 600 GB/s
NVIDIA
NVIDIA A10G
24 GB VRAM • 600 GB/s
NVIDIA
NVIDIA RTX A5000
24 GB VRAM • 768 GB/s
NVIDIA
NVIDIA GeForce RTX 3090 Ti
24 GB VRAM • 1010 GB/s
NVIDIA
$1999
NVIDIA GeForce RTX 4090
24 GB VRAM • 1010 GB/s
NVIDIA
$1599
NVIDIA L40 CNX
24 GB VRAM • 864 GB/s
NVIDIA

Find the best GPU for Falcon-H1 34B

Build Hardware for Falcon-H1 34B