What problem does it solve?
This Skill streamlines the preparation of high-quality training data for Large Language Models (LLMs), handling text, image, video, and audio with GPU acceleration and advanced data processing capabilities.
Core Features & Use Cases
- Multi-Modal Curation: Process text, images, video, and audio data efficiently.
- Quality Filtering: Apply 30+ heuristic filters to ensure data quality.
- Deduplication: Remove duplicates with exact, fuzzy, and semantic deduplication methods.
- PII Redaction: Safely remove personally identifiable information.
- NSFW Detection: Filter out inappropriate content.
- Use Case: Prepare a dataset for LLM training by curating web-scraped data, ensuring high quality, removing duplicates, and anonymizing sensitive information.
Quick Start
Install the nemo-curator skill and process your dataset with the following command: uv pip install nemo-curator[all_cuda12] followed by curate -i your_dataset.json to begin the data curation process.