What problem does it solve?
NeMo Curator helps you turn raw web-scraped or user-generated data into cleaner, higher-quality training datasets by removing duplicates, filtering low-quality content, and redacting sensitive information at scale.
Core Features & Use Cases
- GPU-accelerated curation: Perform fast, scalable cleaning pipelines across GPUs using RAPIDS/Dask for large corpora.
- Multimodal quality gates: Apply quality filtering and classifier-based filtering to text and other modalities (where supported).
- Deduplication at multiple levels: Use exact, fuzzy (MinHash/LSH), and semantic (embedding-based) deduplication to reduce wasted training on redundant data.
- PII redaction and NSFW filtering: Redact personally identifiable information and detect/filter NSFW content to reduce compliance and safety risk.
- Use case: Clean Common Crawl or collected web data before training so your model learns from diverse, non-redundant, and safer examples.
Quick Start
Use the nemo-curator skill to deduplicate, quality-filter, redact PII, and export your cleaned dataset for LLM training from a large Parquet or JSONL corpus.