Parameters
180B
Context Length
2K
Modality
Text
Architecture
Dense
License
Falcon-180B TII License and Acceptable Use Policy
Release Date
23 Sept 2023
Knowledge Cutoff
Dec 2022
VRAM requirements for different quantization methods and context sizes
1,024 tokens
Consumer
20x RTX 4090
24GB VRAM
Datacenter
6x NVIDIA A100
80GB VRAM
Apple Silicon
4x Apple M3 Max
128GB VRAM
2,048 tokens
Consumer
20x RTX 4090
24GB VRAM
Datacenter
6x NVIDIA A100
80GB VRAM
Apple Silicon
4x Apple M3 Max
128GB VRAM
Rank
#140
| Benchmark | Score | Rank |
|---|---|---|
General Text Text Arena | 1146 | 106 |
Overall Rank
#140
Coding Rank
-
The Falcon-180B model, developed by the Technology Innovation Institute (TII), represents a large-scale causal decoder-only language model designed for advanced natural language processing tasks. It is an evolution of the Falcon 40B model, significantly scaled in parameter count. The model aims to serve as a foundational component for various applications requiring sophisticated language understanding and generation capabilities, including text generation, conversational AI, and summarization. This model has been specifically engineered to facilitate further fine-tuning for specialized use cases, with a separate chat-optimized variant available that has been fine-tuned on instruction datasets.
Architecturally, Falcon-180B implements an optimized transformer design, drawing inspiration from the GPT-3 framework while incorporating key innovations. A notable feature is the adoption of Multi-Query Attention (MQA), which enhances scalability and optimizes inference performance by enabling all attention heads to share a single key and value projection. The model also utilizes Rotary Position Embeddings (RoPE) for encoding positional information within sequences and incorporates FlashAttention for efficient attention computations. Its decoder blocks employ a parallel attention/MultiLayer Perceptron (MLP) structure with two layer norms, contributing to its processing efficiency. Training was conducted on a vast dataset of 3.5 trillion tokens, primarily derived from TII's RefinedWeb dataset (approximately 85%), supplemented by curated corpora including technical papers, conversations, and code. This extensive pretraining, which involved up to 4,096 A100 GPUs and accumulated around 7,000,000 GPU hours, leveraged a custom distributed training codebase named Gigatron, employing a 3D parallelism strategy combined with ZeRO optimization.
Falcon-180B is engineered for robust performance across a spectrum of language-based activities. Its design supports tasks that necessitate deep understanding and logical reasoning, such as complex research, code generation, and knowledge-based querying. The extensive training on a diverse corpus enables the model to effectively store and retrieve information, making it suitable for question answering systems and generating summaries of complex topics. The model's inherent versatility allows it to adapt to and perform effectively in a wide array of domains, supporting its utility as a powerful tool for diverse applications.
Attention
Attention Structure
Multi-Query Attention
Attention Heads
96
Key-Value Heads
1
Attention Head Dimension
-
Position Embedding
ROPE
RoPE Theta
-
Sliding Window Attention
-
Sliding Window Size
-
Normalization
Layer Normalization
Activation Function
GELU
Dimensions
Hidden Dimension Size
12,288
Number of Layers
60
FFN Intermediate Size (Dense)
-
Multi-Token Prediction Heads
-
Tokenizer
Vocabulary Size
-
Total Score
72
/ 100
Falcon-180B demonstrates strong transparency regarding its physical architecture and the massive scale of its training compute. While it provides more technical detail than many proprietary models, its use of a restrictive custom license and the lack of a fully open-source training codebase present hurdles for open-source purists. The model's data provenance is partially transparent through the RefinedWeb project, though the curated components remain opaque.
Architectural Provenance
The model's architecture is extensively documented in the technical paper 'The Falcon Series of Open Language Models' and official model cards. It is a causal decoder-only transformer that evolves from the Falcon-40B, incorporating specific modifications such as Multi-Query Attention (MQA) for inference efficiency, Rotary Position Embeddings (RoPE), and FlashAttention. The use of parallel attention/MLP blocks with two layer norms is explicitly detailed. While the pretraining procedure is described as using the custom 'Gigatron' codebase with 3D parallelism, the codebase itself is not fully open-sourced, preventing a perfect score.
Dataset Composition
TII provides a high-level breakdown of the 3.5 trillion token training set: 85% RefinedWeb, 3% code, and 12% curated data (conversations and technical papers). The RefinedWeb dataset methodology is publicly documented in a separate paper, and a 600B token extract has been released for public audit. However, the specific 'curated' portions (conversations and technical papers) lack granular source lists or public availability, and the exact filtering criteria for the 180B run specifically are less detailed than the general RefinedWeb documentation.
Tokenizer Integrity
The Falcon tokenizer is publicly available via Hugging Face and is well-documented. It uses a vocabulary size of 65,024 tokens, optimized for multilingual support (English, German, Spanish, French, etc.). The technical report specifies the use of 16-bit unsigned integers for storage and notes the inclusion of extra values for downstream adaptation. The tokenizer is consistent across the Falcon family, facilitating cross-model verification.
Parameter Density
The model is a dense architecture with 180 billion parameters. Technical specifications are highly detailed, including 80 layers, a hidden dimension of 14,848, and 64 attention heads. Because it is a dense model, 'active parameters' equals total parameters, and this is clearly communicated. The architectural breakdown (layers, heads, dimensions) is provided in official documentation and verified by the model weights on Hugging Face.
Training Compute
Training compute is disclosed with significant detail: approximately 7,000,000 GPU hours on up to 4,096 NVIDIA A100-40GB GPUs. The infrastructure (AWS SageMaker P4d instances) and the 3D parallelism strategy (TP=8, PP=8, DP=64) are explicitly stated. While the specific carbon footprint calculation is not provided in the primary model card, the hardware and duration data allow for independent estimation.
Benchmark Reproducibility
TII reports results on standard benchmarks (MMLU, HellaSwag, ARC, etc.) and provides some 1-shot/0-shot context in their technical paper. However, the exact evaluation code and full prompt templates used for the internal results are not as transparently shared as the model weights. While the model's performance is verifiable via the Open LLM Leaderboard, the lack of a dedicated, public reproduction repository for the paper's specific figures limits the score.
Identity Consistency
The model consistently identifies itself as Falcon-180B and is transparent about its nature as a foundation model. The distinction between the base model and the 'Chat' variant (fine-tuned on Ultrachat, Platypus, and Airoboros) is clearly maintained in all documentation. There are no known instances of the model claiming a competitor's identity or misrepresenting its origin.
License Clarity
The model uses a bespoke 'Falcon-180B TII License'. While it allows commercial use, it is not a standard OSI-approved license. It contains significant restrictions, particularly regarding 'Hosting Use' (requiring a separate agreement for API/managed services) and an Acceptable Use Policy that can be updated 'from time to time'. The complexity of these custom terms creates ambiguity for commercial users compared to standard licenses like Apache 2.0.
Hardware Footprint
Hardware requirements are well-documented by both TII and the community. Official guidance states a requirement of ~400GB VRAM for FP16 inference, typically necessitating 8x A100 (80GB) GPUs. Quantization impacts are documented, with 4-bit (INT4) requirements noted at ~100GB. Third-party guides (e.g., RunPod, Vast.ai) provide extensive verification of these requirements, though TII's own documentation could be more granular regarding context-length memory scaling.
Versioning Drift
The model follows a basic versioning scheme (Falcon-180B and Falcon-180B-Chat), but there is no formal, public changelog or semantic versioning for weight updates or minor iterations. While the release date is clear, the long-term maintenance and tracking of potential silent updates or drift are not supported by a robust versioning infrastructure.
The TII Falcon model family comprises causal decoder-only language models (7B, 40B). Their architecture, adapted from GPT-3, integrates rotary positional embeddings, Multi-Query Attention for inference efficiency, and FlashAttention for accelerated operations. Models are trained on the RefinedWeb dataset.
APX AI
Online