nemo-curator

Filter noise, deduplicate, and redact PII from raw training data.

Updated May 4, 2026
One-click install
npx skills add https://github.com/Supporter09/Face_Anti_Spoofing_Biometric --skill nemo-curator-supporter09
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nemo-curator
Source: https://github.com/Supporter09/Face_Anti_Spoofing_Biometric/tree/main/.claude/skills/nemo-curator
Command: npx skills add https://github.com/Supporter09/Face_Anti_Spoofing_Biometric --skill nemo-curator-supporter09

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you turn raw, noisy web-scale data into high-quality training datasets for language and multimodal models by removing duplicates, filtering low-value content, and redacting sensitive information.

Core Features & Use Cases

  • Quality filtering: Apply 30+ heuristics to remove short, repetitive, noisy, or low-signal documents before training.
  • Deduplication: Use exact, fuzzy, or semantic deduplication to eliminate repeated and near-repeated samples efficiently on GPU.
  • Privacy and safety cleanup: Redact PII and filter unsafe content such as NSFW material during dataset preparation.
  • Multimodal curation: Support text, image, video, and audio pipelines for broader dataset preparation workflows.
  • Use case: Prepare a Common Crawl or internal corpus for LLM training by cleaning it, deduplicating it, and exporting a curated Parquet dataset.

Quick Start

Ask the skill to curate your dataset by filtering low-quality records, deduplicating near-duplicates, and redacting PII before exporting the cleaned output.

Frequently Asked Questions about nemo-curator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I clean and deduplicate raw text data for LLM training?

Data deduplication for LLM training uses exact, fuzzy, and semantic matching to remove repeated and near-repeated samples. GPU acceleration enables these deduplication techniques to process web-scale text efficiently without computational bottlenecks.

What is GPU-accelerated data curation for multimodal models?

Multimodal data curation cleans web-scale text, image, video, and audio data by filtering low-value content and removing duplicates. This prepares high-quality datasets required for multimodal model development and benchmarking workflows.

Can I redact PII and filter unsafe content during dataset preparation?

Yes, you can redact PII and filter unsafe content during dataset preparation. The curation workflow applies privacy-aware processing to remove personally identifiable information and filter NSFW material before exporting the cleaned output.

What's the best way to filter low-quality documents from a Common Crawl corpus?

The best way to filter low-quality documents from a Common Crawl corpus is applying heuristic quality filters. Over 30 heuristics evaluate documents to remove short, repetitive, noisy, or low-signal records before training.

What are the limitations of data curation for web-scale multimodal pipelines?

The primary limitation of data curation for web-scale multimodal pipelines is the requirement for GPU acceleration. Processing large volumes of text, image, video, and audio data demands significant GPU resources to apply quality filters and deduplication.

Do I need GPU acceleration to deduplicate web-scale training data?

Yes, you need GPU acceleration to deduplicate web-scale training data efficiently. GPU-accelerated quality filters and exact or fuzzy deduplication mechanisms are required to handle the computational load of processing massive training corpora.