textHuggingFaceTB/smollm-corpuspretrainingllmsynthetic-dataeducationcosmopediafinewebenglishparquet

SmolLM Corpus — Curated Pretraining Data for Small Language Models

Category
Text
Records
236,980,453 rows
Format
PARQUET
Update Frequency
One-time snapshot
Collection Method
auto_imported_huggingface_federated
PII
None detected
File Size
~641893.69 MB
Downloads
0

About this data

High-quality educational and synthetic pretraining corpus from HuggingFaceTB. Includes Cosmopedia v2 (39M+ synthetic textbooks/stories), Python-Edu, and FineWeb-Edu deduplicated subsets. Parquet, 100M-1B rows, ODC-By licensed.

Schema

NameTypeDescription
blob_idVARCHARSHA-1 hash uniquely identifying the code file
repo_nameVARCHARGitHub repository name containing the source code file
pathVARCHARFile path within the repository
length_bytesBIGINTFile size in bytes
scoreDOUBLEQuality score (0–5 range, float) for educational value
int_scoreBIGINTQuality score rounded to nearest integer (1–5)

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: "SmolLM Corpus — Curated Pretra" })
// Found: 61901d41-9eaf-4463-8dbf-79684b69fc7d
get_download_url({ dataset_id: "61901d41-9eaf-4463-8dbf-79684b69fc7d" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/61901d41-9eaf-4463-8dbf-79684b69fc7d/download-url