Falcon RefinedWeb Dataset
High-quality curated English web dataset by TII UAE with 968M records and 600B tokens, the core training data for Falcon models.
A high-quality English web dataset meticulously constructed by the Technology Innovation Institute (TII) in the UAE, containing 968 million records and 600 billion tokens, is the core pre-training data for the Falcon series of large language models, with extreme quality filtering applied to Common Crawl through the MaDR pipeline.
Industrial-grade web data cleaning pipeline, tailored for pre-training large language models
Built on Common Crawl, containing 968 million records and 600 billion tokens, large enough to support the pre-training of large language models from scratch.
Utilizes Macroscopic Data Refinement pipeline, ensuring data quality through content extraction, quality filtering, and deduplication.
Employs MinHash + LSH for large-scale fuzzy deduplication, combined with precise substring deduplication, effectively eliminating redundant content and near-duplicate documents.
Filters malicious, pornographic, and low-quality domains through blacklists and heuristic rules, controlling the safety and reliability of the dataset from the source.
Uses fastText language classifier to accurately filter non-English content, ensuring high language purity of the dataset, suitable for English model training.
Released under ODC-By 1.0 license, allowing free use and redistribution, including commercial purposes, with attribution required.
From basic model training to data quality research, covering various NLP applications
As the core corpus for pre-training large language models from scratch, validated on models such as Falcon-7B/40B/180B
Researching the impact of web data cleaning and filtering strategies on model performance, comparing the effects of different quality pipelines
As a benchmark dataset for data filtering and deduplication algorithms, evaluating and optimizing the performance of data cleaning pipelines
Providing high-quality English corpus for custom basic models, supporting various architectures and training paradigms
Quickly obtain Falcon RefinedWeb data through the Ace Data Cloud API
curl -X GET "https://api.acedata.cloud/datasets/falcon-refinedweb" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json"
# Response Example
{
"content": "The history of artificial intelligence began in antiquity, with myths, stories and rumors of artificial beings endowed with intelligence...",
"url": "https://en.wikipedia.org/wiki/History_of_artificial_intelligence",
"timestamp": "2023-06-15T08:22:31Z",
"token_count": 1247
}
From browsing to obtaining data, you can start your model training project in just a few minutes
View the details of the Falcon RefinedWeb dataset on the Ace Data Cloud platform to understand metadata such as scale, fields, and licensing agreements.
Register and create an API Token to access data on demand via the RESTful API, without needing to download the entire dataset.
Use the data obtained via the API directly for model pre-training, data analysis, or quality research, ready to use out of the box.
Industry-grade web pre-training corpus with open commercial licensing, available via API immediately. Whether you are training a base model or researching data quality, this dataset is an ideal choice.