tiiuae / Falcon-H1-7B-Base

huggingface.co
Total runs: 1.1K
24-hour runs: 0
7-day runs: 238
30-day runs: 65
Model's Last Updated: July 31 2025
text-generation

Introduction of Falcon-H1-7B-Base

Model Details of Falcon-H1-7B-Base

drawing

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 .

Usage

Currently to use this model you can either rely on Hugging Face transformers , vLLM or our custom fork of 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

While we are working on integrating our architecture directly into llama.cpp library, you can install our fork of the library and use it directly: https://github.com/tiiuae/llama.cpp-Falcon-H1 Use the same installing guidelines as llama.cpp .

Evaluation

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

Tasks Falcon-H1-7B Qwen3-8B Qwen2.5-7B Gemma3-12B Llama3.1-8B Falcon3-7B Falcon3-10B
General
BBH 60.61 58.44 53.72 54.33 46.52 50.88 59.3
MMLU 77.38 76.63 74.17 74.23 65.17 69.98 73.22
ARC-C 65.19 67.75 63.91 67.58 57.68 62.71 67.49
HellaSwag 81.26 79.6 80.2 84.22 81.97 76.69 79.64
Winogrande 79.01 76.8 76.01 79.79 77.11 73.64 79.01
Math
GSM8k 73.46 83.02 83.09 71.19 49.51 76.95 82.11
MATH lvl5 34.67 28.85 22.58 17.22 6.57 20.09 25.38
Science
GPQA 36.58 35.65 32.3 34.56 31.46 35.07 35.4
MMLU-Pro 48.38 48.25 43.55 42.72 32.71 39.23 42.45
MMLU-stem 77.2 78.53 71.04 68.51 55.72 67.71 70.85
Code
HumanEval 67.68 87.8 57.32 45.12 39.02 50.0 51.83
HumanEval+ 63.41 82.32 48.78 36.59 31.71 43.29 44.51
MBPP 78.57 75.13 76.72 73.02 61.38 67.99 73.54
MBPP+ 67.2 64.02 63.49 59.79 51.32 57.14 61.38

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

Useful links

Citation

If the Falcon-H1 family of models were helpful to your work, feel free to give us a cite.

@misc{tiifalconh1,
    title = {Falcon-H1: A Family of Hybrid-Head Language Models Redefining Efficiency and Performance},
    url = {https://falcon-lm.github.io/blog/falcon-h1},
    author = {Falcon-LLM Team},
    month = {May},
    year = {2025}
}

Runs of tiiuae Falcon-H1-7B-Base on huggingface.co

1.1K
Total runs
0
24-hour runs
-3
3-day runs
238
7-day runs
65
30-day runs

More Information About Falcon-H1-7B-Base huggingface.co Model

More Falcon-H1-7B-Base license Visit here:

https://choosealicense.com/licenses/falcon-llm-license

Falcon-H1-7B-Base huggingface.co

Falcon-H1-7B-Base huggingface.co is an AI model on huggingface.co that provides Falcon-H1-7B-Base's model effect (), which can be used instantly with this tiiuae Falcon-H1-7B-Base model. huggingface.co supports a free trial of the Falcon-H1-7B-Base model, and also provides paid use of the Falcon-H1-7B-Base. Support call Falcon-H1-7B-Base model through api, including Node.js, Python, http.

Falcon-H1-7B-Base huggingface.co Url

https://huggingface.co/tiiuae/Falcon-H1-7B-Base

tiiuae Falcon-H1-7B-Base online free

Falcon-H1-7B-Base huggingface.co is an online trial and call api platform, which integrates Falcon-H1-7B-Base's modeling effects, including api services, and provides a free online trial of Falcon-H1-7B-Base, you can try Falcon-H1-7B-Base online for free by clicking the link below.

tiiuae Falcon-H1-7B-Base online free url in huggingface.co:

https://huggingface.co/tiiuae/Falcon-H1-7B-Base

Falcon-H1-7B-Base install

Falcon-H1-7B-Base is an open source model from GitHub that offers a free installation service, and any user can find Falcon-H1-7B-Base on GitHub to install. At the same time, huggingface.co provides the effect of Falcon-H1-7B-Base install, users can directly use Falcon-H1-7B-Base installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

Falcon-H1-7B-Base install url in huggingface.co:

https://huggingface.co/tiiuae/Falcon-H1-7B-Base

Url of Falcon-H1-7B-Base

Falcon-H1-7B-Base huggingface.co Url

Provider of Falcon-H1-7B-Base huggingface.co

tiiuae
ORGANIZATIONS

Other API from tiiuae

huggingface.co

Total runs: 346.7K
Run Growth: -786.5K
Growth Rate: -240.88%
Updated:October 12 2024
huggingface.co

Total runs: 44.6K
Run Growth: -125.2K
Growth Rate: -280.36%
Updated:December 17 2024
huggingface.co

Total runs: 8.1K
Run Growth: -13.9K
Growth Rate: -168.04%
Updated:August 09 2024
huggingface.co

Total runs: 7.5K
Run Growth: 2.8K
Growth Rate: 39.71%
Updated:July 13 2023
huggingface.co

Total runs: 4.5K
Run Growth: -222
Growth Rate: -4.88%
Updated:December 17 2024
huggingface.co

Total runs: 4.5K
Run Growth: 1.7K
Growth Rate: 36.93%
Updated:September 12 2026
huggingface.co

Total runs: 2.5K
Run Growth: 1.2K
Growth Rate: 49.15%
Updated:January 21 2026
huggingface.co

Total runs: 2.4K
Run Growth: 2.4K
Growth Rate: 100.00%
Updated:December 24 2025
huggingface.co

Total runs: 379
Run Growth: -261
Growth Rate: -68.68%
Updated:November 07 2024
huggingface.co

Total runs: 74
Run Growth: 2
Growth Rate: 2.78%
Updated:September 06 2023
huggingface.co

Total runs: 44
Run Growth: 44
Growth Rate: 100.00%
Updated:March 12 2026