tiiuae / Falcon-H1-Tiny-90M-Instruct-GGUF

huggingface.co
Total runs: 3.7K
24-hour runs: 0
7-day runs: -1.2K
30-day runs: -967
Model's Last Updated: January 16 2026

Introduction of Falcon-H1-Tiny-90M-Instruct-GGUF

Model Details of Falcon-H1-Tiny-90M-Instruct-GGUF

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 Falcon-H1-Tiny 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-GGUF: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 Falcon-H1-Tiny family of models were helpful to your work, feel free to give us a cite.

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

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

3.7K
Total runs
0
24-hour runs
80
3-day runs
-1.2K
7-day runs
-967
30-day runs

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

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

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

Falcon-H1-Tiny-90M-Instruct-GGUF huggingface.co

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

Falcon-H1-Tiny-90M-Instruct-GGUF huggingface.co Url

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

tiiuae Falcon-H1-Tiny-90M-Instruct-GGUF online free

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

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

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

Falcon-H1-Tiny-90M-Instruct-GGUF install

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

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

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

Url of Falcon-H1-Tiny-90M-Instruct-GGUF

Falcon-H1-Tiny-90M-Instruct-GGUF huggingface.co Url

Provider of Falcon-H1-Tiny-90M-Instruct-GGUF huggingface.co

tiiuae
ORGANIZATIONS

Other API from tiiuae

huggingface.co

Total runs: 357.4K
Run Growth: -685.0K
Growth Rate: -197.83%
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: 7.8K
Run Growth: 3.7K
Growth Rate: 47.75%
Updated:July 13 2023
huggingface.co

Total runs: 7.6K
Run Growth: -12.9K
Growth Rate: -169.62%
Updated:August 09 2024
huggingface.co

Total runs: 4.8K
Run Growth: 1.4K
Growth Rate: 29.95%
Updated:September 12 2026
huggingface.co

Total runs: 4.5K
Run Growth: -222
Growth Rate: -4.88%
Updated:December 17 2024
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: 407
Run Growth: -251
Growth Rate: -62.13%
Updated:November 07 2024
huggingface.co

Total runs: 71
Run Growth: 13
Growth Rate: 18.31%
Updated:September 06 2023
huggingface.co

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