textBramVanroy/CommonCrawl-CreativeCommons-finecommon-crawlcreative-commonsmultilingualllm-pretrainingfinewebweb-textlanguage-modelingparquet

Common Crawl Creative Commons Fine (C5f) — Multilingual High-Quality Web Corpus

Category
Text
Records
75,055,472 rows
Format
PARQUET
Update Frequency
One-time snapshot
Collection Method
auto_imported_huggingface_federated
PII
None detected
File Size
~173177.74 MB
Downloads
0

About this data

Filtered Creative Commons web corpus from Common Crawl, intersected with FineWeb/FineWeb-2 for quality. Multilingual (EN, DE, FR, NL, ES, IT, AF, FY), 10M-100M rows, Parquet format. Ideal for LLM pretraining and fine-tuning.

Schema

NameTypeDescription
textVARCHAR
idVARCHAR
dumpVARCHAR
urlVARCHAR
dateVARCHAR
file_pathVARCHAR
license_abbrVARCHAR
license_versionVARCHAR
license_locationVARCHAR
license_in_headBOOLEAN
license_in_footerBOOLEAN
license_elementVARCHAR
license_left_contextVARCHAR
license_right_contextVARCHAR
potential_licensesSTRUCT(abbr VARCHAR[], in_footer BOOLEAN[], in_head BOOLEAN[], "location" VARCHAR[], "version" VARCHAR[], element VARCHAR[], left_context VARCHAR[], right_context VARCHAR[])
license_parse_errorBOOLEAN
license_disagreementBOOLEAN
language_scriptVARCHAR
languageVARCHAR
language_scoreDOUBLE

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: "Common Crawl Creative Commons " })
// Found: 61ac2c8d-9c3a-4a35-8d10-1158831cc41d
get_download_url({ dataset_id: "61ac2c8d-9c3a-4a35-8d10-1158831cc41d" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/61ac2c8d-9c3a-4a35-8d10-1158831cc41d/download-url