nemo-curator

Automate GPU-accelerated data curation workflows for large multimodal datasets.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/AissenLiu/EasyHermes --skill nemo-curator-aissenliu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nemo-curator
Source: https://github.com/AissenLiu/EasyHermes/tree/main/hermes-agent/optional-skills/mlops/nemo-curator
Command: npx skills add https://github.com/AissenLiu/EasyHermes --skill nemo-curator-aissenliu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Nemo Curator accelerates end-to-end data preparation for high-quality training data by applying GPU-accelerated curation, deduplication, and privacy safeguards to large multimodal datasets.

Core Features & Use Cases

  • Quality filtering: 30+ heuristics to clean and stabilize datasets.
  • Deduplication: exact, fuzzy, and semantic deduplication to remove near-duplicates and paraphrases.
  • PII redaction: redacts sensitive information to protect privacy in training data.
  • Use Cases: ideal for preparing large-scale corpora (multimodal) for ML, web-scraped data, and multi-domain datasets.

Quick Start

Run Nemo Curator with your dataset to start the end-to-end curation workflow.

Frequently Asked Questions about nemo-curator

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

FAQPage Schema
How do I perform GPU-accelerated data curation and deduplication for large multimodal datasets?

GPU-accelerated data curation automates quality filtering, exact, fuzzy, and semantic deduplication, and PII redaction for large multimodal datasets using RAPIDS. This workflow prepares high-quality training data at scale by removing near-duplicates and paraphrases.

What is semantic deduplication and when do I need it for web-scraped ML training data?

Semantic deduplication removes near-duplicates and paraphrased content from web-scraped ML training data. You need it when cleaning large multi-domain corpora to stabilize datasets and prevent redundant examples from skewing model training.

Can I use RAPIDS for PII redaction and quality filtering on large-scale corpora?

Yes, you can use RAPIDS for GPU-accelerated PII redaction and quality filtering on large-scale corpora. It applies over 30 heuristics to clean datasets while redacting sensitive information to protect privacy in training data.

What is the best way to clean and prepare multimodal datasets for ML training?

The best way to prepare multimodal datasets for ML training is applying end-to-end data curation workflows. This involves using 30+ quality filtering heuristics, exact, fuzzy, and semantic deduplication, and privacy safeguards to produce high-quality training data.

Do I need GPU acceleration for exact and fuzzy deduplication on multi-domain datasets?

GPU acceleration via RAPIDS is required for processing large multimodal datasets efficiently. It accelerates exact, fuzzy, and semantic deduplication alongside quality filtering, making end-to-end data curation scalable for multi-domain corpora.

Why does data deduplication fail to remove paraphrases in my ML training data?

Exact and fuzzy deduplication often fail to remove paraphrases because they lack semantic understanding. You need semantic deduplication to identify and filter near-duplicate paraphrased content, ensuring high-quality training data without redundant semantic information.