What problem does it solve?
This Skill automates the process of preparing high-quality training datasets for LLMs by providing advanced data curation tools for text, image, video, and audio data, ensuring faster and higher-quality dataset preparation.
Core Features & Use Cases
- Multi-modal Data Curation: Supports text, images, video, and audio, allowing users to clean and prepare complex datasets.
- Fuzzy Deduplication: Removes near-duplicate content up to 16 times faster than CPU-based methods.
- Quality Filtering: Applies more than 30 heuristic filters to remove low-quality content.
- Semantic Deduplication: Uses embeddings to find semantically similar documents and remove them.
- PII Redaction: Identifies and redacts personally identifiable information to ensure privacy.
- NSFW Detection: Filters out non-safe-for-work content to maintain standards.
- Use Cases: Suitable for web scraping, cleaning datasets, deduplicating large corpora, and preparing datasets for LLM training.
Quick Start
Install nemo-curator and run the command 'nemo-curator text-curate "input-data.csv" -o "output-data.csv" --min-words 50 --max-words 50000' to filter and deduplicate text data.