Instructions to use Luigi/Falcon-H1-Tiny-Multilingual-100M-Instruct-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use Luigi/Falcon-H1-Tiny-Multilingual-100M-Instruct-GGUF with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf Luigi/Falcon-H1-Tiny-Multilingual-100M-Instruct-GGUF:IQ4_NL # Run inference directly in the terminal: llama cli -hf Luigi/Falcon-H1-Tiny-Multilingual-100M-Instruct-GGUF:IQ4_NL
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Luigi/Falcon-H1-Tiny-Multilingual-100M-Instruct-GGUF:IQ4_NL # Run inference directly in the terminal: llama cli -hf Luigi/Falcon-H1-Tiny-Multilingual-100M-Instruct-GGUF:IQ4_NL
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf Luigi/Falcon-H1-Tiny-Multilingual-100M-Instruct-GGUF:IQ4_NL # Run inference directly in the terminal: ./llama-cli -hf Luigi/Falcon-H1-Tiny-Multilingual-100M-Instruct-GGUF:IQ4_NL
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf Luigi/Falcon-H1-Tiny-Multilingual-100M-Instruct-GGUF:IQ4_NL # Run inference directly in the terminal: ./build/bin/llama-cli -hf Luigi/Falcon-H1-Tiny-Multilingual-100M-Instruct-GGUF:IQ4_NL
Use Docker
docker model run hf.co/Luigi/Falcon-H1-Tiny-Multilingual-100M-Instruct-GGUF:IQ4_NL
- LM Studio
- Jan
- Ollama
How to use Luigi/Falcon-H1-Tiny-Multilingual-100M-Instruct-GGUF with Ollama:
ollama run hf.co/Luigi/Falcon-H1-Tiny-Multilingual-100M-Instruct-GGUF:IQ4_NL
- Unsloth Desktop
- Pi
How to use Luigi/Falcon-H1-Tiny-Multilingual-100M-Instruct-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Luigi/Falcon-H1-Tiny-Multilingual-100M-Instruct-GGUF:IQ4_NL
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "Luigi/Falcon-H1-Tiny-Multilingual-100M-Instruct-GGUF:IQ4_NL" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use Luigi/Falcon-H1-Tiny-Multilingual-100M-Instruct-GGUF with Docker Model Runner:
docker model run hf.co/Luigi/Falcon-H1-Tiny-Multilingual-100M-Instruct-GGUF:IQ4_NL
- Lemonade
How to use Luigi/Falcon-H1-Tiny-Multilingual-100M-Instruct-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Luigi/Falcon-H1-Tiny-Multilingual-100M-Instruct-GGUF:IQ4_NL
Run and chat with the model
lemonade run user.Falcon-H1-Tiny-Multilingual-100M-Instruct-GGUF-IQ4_NL
List all available models
lemonade list
- Hermes Agent
How to use Luigi/Falcon-H1-Tiny-Multilingual-100M-Instruct-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Luigi/Falcon-H1-Tiny-Multilingual-100M-Instruct-GGUF:IQ4_NL
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default Luigi/Falcon-H1-Tiny-Multilingual-100M-Instruct-GGUF:IQ4_NL
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use Luigi/Falcon-H1-Tiny-Multilingual-100M-Instruct-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Luigi/Falcon-H1-Tiny-Multilingual-100M-Instruct-GGUF:IQ4_NL
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "Luigi/Falcon-H1-Tiny-Multilingual-100M-Instruct-GGUF:IQ4_NL" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Falcon-H1-Tiny-100M-Multilingual-Instruct GGUF
GGUF quantizations of tiiuae/Falcon-H1-Tiny-100M-Multilingual-Instruct model.
This is a 100M parameter multilingual instruction-tuned Falcon H1 Tiny model with hybrid Transformer + Mamba architecture, optimized for edge deployment.
Model Details
- Architecture: Hybrid Transformers + Mamba
- Parameters: 100M
- Languages: Multilingual (English, Chinese, and others)
- Context Length: 262,144 tokens
- License: Falcon-LLM License
Available Quantizations
| Quantization | Size | Description |
|---|---|---|
| F16 | 209 MB | Full precision float16 |
| Q8_0 | 113 MB | 8-bit quantization |
| IQ4_NL | 70 MB | 4.5-bit non-linear quantization |
Usage
llama.cpp
# Clone this repository
git clone https://huggingface.co/<your-username>/Falcon-H1-Tiny-100M-Multilingual-Instruct-GGUF
cd Falcon-H1-Tiny-100M-Multilingual-Instruct-GGUF
# Run with llama-cli
llama-cli ./Falcon-H1-Tiny-Multilingual-100M-Instruct-IQ4_NL.gguf -cnv
# Or with conversation mode
llama-cli -m ./Falcon-H1-Tiny-Multilingual-100M-Instruct-IQ4_NL.gguf -cnv -n 512 -t 4
llama-cpp-python
from llama_cpp import Llama
llm = Llama(
model_path="Falcon-H1-Tiny-Multilingual-100M-Instruct-IQ4_NL.gguf",
n_ctx=2048,
n_threads=8,
)
response = llm.create_chat_completion(
messages=[{"role": "user", "content": "Hello!"}],
max_tokens=100
)
print(response["choices"][0]["message"]["content"])
ollama
# Create a Modelfile
echo 'FROM ./Falcon-H1-Tiny-Multilingual-100M-Instruct-IQ4_NL.gguf' > Modelfile
# Build and run
ollama create Falcon-H1-Tiny-100M -f Modelfile
ollama run Falcon-H1-Tiny-100M
Chat Template
The model uses ChatML format with <|im_start|> and <|im_end|> tokens:
<|im_start|>user
Your message here<|im_end|>
<|im_start|>assistant
Model response<|im_end|>
The chat template is automatically applied when using:
llama-cliwith-cnvflagllama-cpp-pythonwithcreate_chat_completion()method
Model Performance
Quantization Comparison
| Quantization | Quality | Speed | Use Case |
|---|---|---|---|
| F16 | ⭐⭐⭐ | Fastest | Maximum quality |
| Q8_0 | ⭐⭐ | Fast | Good quality, good balance |
| IQ4_NL | ⭐⭐ | Medium | Best size/quality trade-off |
Recommendations
- For edge/mobile devices: Use IQ4_NL (70 MB) - best compression with good quality
- For desktop/server: Use Q8_0 (113 MB) - better quality with reasonable size
- For maximum quality: Use F16 (209 MB) - no quantization loss
Limitations
- The 100M multilingual model has limited capacity for complex multilingual tasks
- Chinese factual accuracy may be lower than English due to training data distribution
- Best performance on English; other languages may have reduced quality
- Use higher temperature (0.7-0.9) for creative tasks
- Use lower temperature (0.3-0.5) for factual tasks
Hardware Requirements
| Quantization | RAM Required |
|---|---|
| IQ4_NL (70 MB) | ~500 MB |
| Q8_0 (113 MB) | ~600 MB |
| F16 (209 MB) | ~800 MB |
Citation
If you use this model, please cite the original model:
@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},
}
License
Falcon-LLM License - See terms and conditions
Acknowledgments
- Original model by Technology Innovation Institute (TII)
- llama.cpp for GGUF format support
- Downloads last month
- 276
4-bit
8-bit
16-bit