nemo-curator

Processes multimodal LLM training datasets with GPU-accelerated deduplication, filtering, and redaction.

Updated May 9, 2026
One-click install
npx skills add https://github.com/robertbr123/Linket-Agent --skill nemo-curator-robertbr123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nemo-curator
Source: https://github.com/robertbr123/Linket-Agent/tree/main/optional-skills/mlops/nemo-curator
Command: npx skills add https://github.com/robertbr123/Linket-Agent --skill nemo-curator-robertbr123

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires nemo-curator, cudf, dask, rapids, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of preparing high-quality training data for LLMs, offering GPU-accelerated deduplication, filtering, and redaction to streamline the process.

Core Features & Use Cases

  • GPU-accelerated Data Curation: Process text, image, video, and audio data with significant speedup on GPUs.
  • Fuzzy Deduplication: Achieve 16× faster deduplication for large datasets.
  • Quality Filtering: Apply a suite of heuristics and classifiers for content quality.
  • PII Redaction: Automatically remove personally identifiable information (PII).
  • Use Case: Prepare a comprehensive training dataset for LLMs by cleaning and deduplicating web scraped data with this Skill.

Quick Start

Use the 'nemo-curator' skill to create a curated dataset from the provided 'web_scraped_data.tar'.

Frequently Asked Questions about nemo-curator

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

FAQPage Schema
How do I accelerate deduplication for large-scale LLM training datasets?

GPU-accelerated deduplication speeds up preparing large-scale LLM training datasets by achieving up to 16× faster fuzzy deduplication. It leverages GPU acceleration to process massive text corpora efficiently, significantly reducing data preparation time.

Can I use GPU acceleration for multimodal data processing in LLM training?

Yes, GPU acceleration supports multimodal data processing for text, image, video, and audio data. It applies efficient curation pipelines to prepare high-quality multimodal training data for deep learning models.

What's the best way to clean and filter web scraped data for LLM training?

Cleaning web scraped data for LLM training involves applying heuristic classifiers for quality filtering and automatic PII redaction. This removes low-quality content and personally identifiable information to ensure safe, high-quality training datasets.

Do I need a GPU to run GPU-accelerated data curation for LLM training?

GPU-accelerated data curation requires a GPU environment to achieve performance gains like 16× faster deduplication. It relies on GPU acceleration frameworks like cudf and rapids to process large datasets efficiently.

How does fuzzy deduplication work for large text datasets?

Fuzzy deduplication identifies and removes near-duplicate text entries in large datasets to improve LLM training data quality. It uses GPU acceleration to perform these similarity comparisons at scale, achieving 16× faster processing.

What limitations exist when using dask and rapids for data curation?

Using dask and rapids for data curation requires compatible GPU hardware and specific dependency configurations. These frameworks are designed for GPU acceleration, so performance gains for tasks like fuzzy deduplication are limited without proper GPU support.