textHuggingFaceFW/fineweb-edullm-pretrainingeducationalweb-crawlcommoncrawlenglishparquetfinewebragodc-bytrillion-token

FineWeb-Edu: 1.3T Tokens of Educational Web Content

Category
Text
Records
3,496,736,741 rows
Format
PARQUET
Update Frequency
One-time snapshot
Collection Method
auto_imported_huggingface_federated
PII
None detected
File Size
~9878606.93 MB
Downloads
0

About this data

1.3 trillion tokens of high-quality educational web pages filtered from FineWeb using a Llama3-70B-trained classifier. Parquet format, ODC-By licensed, ideal for LLM pretraining and RAG.

Schema

NameTypeDescription
textVARCHARCleaned text content extracted from web page
idVARCHARUnique document identifier (UUID format)
dumpVARCHARCommonCrawl dump identifier (e.g., CC-MAIN-2024-10)
urlVARCHARSource URL of the document
file_pathVARCHARPath within CommonCrawl WARC archive
languageVARCHARDetected language code (en)
language_scoreDOUBLELanguage detection confidence score (0.0–1.0)
token_countBIGINTToken count using GPT-2 tokenizer
scoreDOUBLEEducational quality classifier score (0.0–1.0)
int_scoreBIGINTInteger-bucketed educational quality score used for filtering

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: "FineWeb-Edu: 1.3T Tokens of Ed" })
// Found: 05a9dc25-aec0-475b-aa49-30ba535a277e
get_download_url({ dataset_id: "05a9dc25-aec0-475b-aa49-30ba535a277e" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/05a9dc25-aec0-475b-aa49-30ba535a277e/download-url