texttiiuae/falcon-refinedwebllm-pretrainingweb-crawlcommoncrawlenglishfalconodc-byparquetlarge-scaletext
Falcon RefinedWeb
About this data
Massive English web corpus (~600M docs) from TII, built via stringent filtering and deduplication of CommonCrawl. Powers the Falcon LLM family. ODC-By 1.0 licensed, parquet format.
Schema
| Name | Type | Description |
|---|---|---|
| content | VARCHAR | |
| url | VARCHAR | |
| timestamp | TIMESTAMP | |
| dump | VARCHAR | |
| segment | VARCHAR | |
| image_urls | VARCHAR[][] |
Sample Data
Preview a sample of the data before downloading.
Free
Open dataset
Quality: No ratings
0 downloads
Seller: DataBazaar
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: "Falcon RefinedWeb" })
// Found: e44da883-fe75-4faf-88ba-9ecf2125b883
get_download_url({ dataset_id: "e44da883-fe75-4faf-88ba-9ecf2125b883" }) // free — no API key neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/e44da883-fe75-4faf-88ba-9ecf2125b883/download-url