tiiuae / Falcon-H1-Tiny-90M-Instruct-pre-DPO

huggingface.co
Total runs: 72
24-hour runs: 0
7-day runs: 9
30-day runs: 72
Model's Last Updated: January 16 2026
text-generation

Introduction of Falcon-H1-Tiny-90M-Instruct-pre-DPO

Model Details of Falcon-H1-Tiny-90M-Instruct-pre-DPO

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
  • Number of Parameters: 90M
  • License: Falcon-LLM License

Training details

For more details about the training protocol of this model, please refer to the Tiny-H1 technical blogpost .

Usage

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

Inference
🤗 transformers

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

import torch
from transformers import AutoModelForCausalLM, AutoTokenizer

model_id = "tiiuae/Falcon-H1-Tiny-90M-Instruct-pre-DPO"

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

# Perform text generation

or

transformers serve tiiuae/Falcon-H1-Tiny-90M-Instruct-pre-DPO
llama.cpp

You can find all GGUF files compatible with llama.cpp under our official collection - an example setup could be:

brew install llama.cpp 
pip install huggingface_hub 
hf download tiiuae/Falcon-H1-Tiny-90M-Instruct-pre-DPO Falcon-H1-Tiny-90M-Instruct-pre-DPO-Q8_0.gguf --local-dir ./ 
llama-cli ./ Falcon-H1-Tiny-90M-Instruct-pre-DPO-Q8_0.gguf -cnv 
ollama
ollama run hf.co/tiiuae/Falcon-H1-Tiny-90M-Instruct-pre-DPO:Q8_0 
Apple mlx
mlx_lm.chat --model tiiuae/Tiny-H1-SF 
vLLM

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

# pip install vllm>=0.9.0
vllm serve tiiuae/Falcon-H1-Tiny-90M-Instruct-pre-DPO --tensor-parallel-size 2 --data-parallel-size 1
sglang
python -m sglang.launch_server \
  --model ttiiuae/Falcon-H1-Tiny-90M-Instruct-pre-DPO \
  --tensor-parallel-size 1 

Evaluation

For detailed evaluation of Tiny-H1 series, please refer to our technical blogpost

Useful links

Citation

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

@misc{team2025_tiny_h1_a_series_of_extremely_small_yet_powerful_language_models_redefining_capabilities_at_small_scale,
  title={Tiny-H1: A series of extremely small, yet powerful language models redefining capabilities at small scale},
  author={Falcon-LLM Team},
  year={2025}, 
}

Runs of tiiuae Falcon-H1-Tiny-90M-Instruct-pre-DPO on huggingface.co

72
Total runs
0
24-hour runs
0
3-day runs
9
7-day runs
72
30-day runs

More Information About Falcon-H1-Tiny-90M-Instruct-pre-DPO huggingface.co Model

More Falcon-H1-Tiny-90M-Instruct-pre-DPO license Visit here:

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

Falcon-H1-Tiny-90M-Instruct-pre-DPO huggingface.co

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

Falcon-H1-Tiny-90M-Instruct-pre-DPO huggingface.co Url

https://huggingface.co/tiiuae/Falcon-H1-Tiny-90M-Instruct-pre-DPO

tiiuae Falcon-H1-Tiny-90M-Instruct-pre-DPO online free

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

tiiuae Falcon-H1-Tiny-90M-Instruct-pre-DPO online free url in huggingface.co:

https://huggingface.co/tiiuae/Falcon-H1-Tiny-90M-Instruct-pre-DPO

Falcon-H1-Tiny-90M-Instruct-pre-DPO install

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

Falcon-H1-Tiny-90M-Instruct-pre-DPO install url in huggingface.co:

https://huggingface.co/tiiuae/Falcon-H1-Tiny-90M-Instruct-pre-DPO

Url of Falcon-H1-Tiny-90M-Instruct-pre-DPO

Falcon-H1-Tiny-90M-Instruct-pre-DPO huggingface.co Url

Provider of Falcon-H1-Tiny-90M-Instruct-pre-DPO 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