textHuggingFaceFW/finepdfsllm-pretrainingpdfsmultilingualcommon-crawlhuggingfacefwodc-bytext-corpusraglow-resource-languagesparquet

FinePDFs — 3T Tokens from 475M PDFs in 1,733 Languages

Category
Text
Records
476,178,356 rows
Format
PARQUET
Update Frequency
One-time snapshot
Collection Method
auto_imported_huggingface_federated
PII
None detected
File Size
~5126291.39 MB
Downloads
0

About this data

Largest public PDF-sourced corpus: ~3 trillion tokens, 475M documents, 1,733 languages. Parquet format, ODC-By licensed. Built by HuggingFaceFW for pretraining and multilingual research.

Schema

NameTypeDescription
textVARCHARExtracted PDF body text content
idVARCHARUnique document identifier (UUID URN format)
dumpVARCHARCommon Crawl snapshot identifier (e.g., CC-MAIN-2019-04)
urlVARCHARSource URL of the PDF document
dateVARCHARISO 8601 timestamp when PDF was crawled
file_pathVARCHARS3 path to source WARC file in Common Crawl
offsetBIGINTByte offset position within the WARC file
token_countBIGINTApproximate token count of document text
languageVARCHARISO 639-3 language code with script (e.g., iba_Latn)
page_average_lidVARCHARMost common language per page (ISO 639-3 with script)
page_average_lid_scoreDOUBLELanguage identification confidence score (0-1 range)
full_doc_lidVARCHARDetected language for entire document (ISO 639-3 with script)
full_doc_lid_scoreDOUBLELanguage identification confidence for full document (0-1)
per_page_languagesVARCHAR[]Array of detected languages per page (ISO 639-3 with script)
is_truncatedBOOLEANBoolean indicating if document text was truncated during extraction
extractorVARCHARPDF extraction pipeline used (e.g., rolmOCR, Docling)
page_endsBIGINT[]Array of token offsets marking end positions of each page

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: "FinePDFs — 3T Tokens from 475M" })
// Found: 4ba1459c-4532-483d-bb8f-89220d8a625e
get_download_url({ dataset_id: "4ba1459c-4532-483d-bb8f-89220d8a625e" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/4ba1459c-4532-483d-bb8f-89220d8a625e/download-url