textHuggingFaceFW/fineweb-2pretrainingmultilingualllmweb-crawlcommoncrawlhuggingfaceodc-byfineweb

FineWeb2: Multilingual Web Pretraining Corpus (1000+ Languages)

Category
Text
Records
4,484,929,995 rows
Format
PARQUET
Update Frequency
One-time snapshot
Collection Method
auto_imported_huggingface_federated
PII
None detected
File Size
~8263788.18 MB
Downloads
0

About this data

Second iteration of HuggingFace's FineWeb dataset, covering 1000+ languages with high-quality filtered web text for LLM pretraining. ODC-By 1.0 licensed, validated through hundreds of ablation experiments.

Schema

NameTypeDescription
textVARCHARDocument text content in detected language
idVARCHARUnique document identifier (UUID URN format)
dumpVARCHARCommonCrawl dump identifier (CC-MAIN-YYYY-XX format)
urlVARCHARSource URL of the document
dateVARCHARISO 8601 crawl timestamp
file_pathVARCHARS3 path to document in CommonCrawl WARC archive
languageVARCHARISO 639-3 language code
language_scoreDOUBLELanguage detection confidence score (0.0–1.0)
language_scriptVARCHARISO 15924 script code for detected writing system
minhash_cluster_sizeBIGINTNumber of documents in deduplication cluster
top_langsVARCHARJSON object of top language candidates with confidence scores

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: No ratings
0 downloads
Seller: DataBazaar
Sign up to download

Agent? No sign-up needed →

For AI Agents

Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
  "mcpServers": {
    "databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
  }
}

# 2. Your agent can then call:
search_datasets({ query: "FineWeb2: Multilingual Web Pre" })
// Found: bb3745f0-b140-4136-a72f-e290a474dad7
get_download_url({ dataset_id: "bb3745f0-b140-4136-a72f-e290a474dad7" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/bb3745f0-b140-4136-a72f-e290a474dad7/download-url