For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
DocumentationAPI Reference
DocumentationAPI Reference
  • API Reference
    • Overview
        • Nemo Curator
          • Backends
          • Config
          • Core
          • Metrics
          • Models
          • Package Info
          • Pipeline
          • Stages
          • Tasks
          • Utils
            • Client Utils
            • Column Utils
            • Decoder Utils
            • File Utils
            • Gpu Utils
            • Grouping
            • Hf Download Utils
            • Merge File Prefixes
            • Nvcodec Utils
            • Operation Utils
            • Performance Utils
            • Prompts
            • Ray Utils
            • Split Large Files
            • Storage Utils
            • Vllm Utils
            • Windowing Utils
            • Writer Utils
    • Pipeline
    • ProcessingStage
    • CompositeStage
    • Resources
NVIDIANVIDIA
Developer-friendly docs for your API
Privacy Policy | Your Privacy Choices | Terms of Service | Accessibility | Corporate Policies | Product Security | Contact

Copyright © 2026, NVIDIA Corporation.

LogoLogoNeMo Curator
On this page
  • Module Contents
  • Data
  • API
API ReferenceFull Library ReferenceNemo CuratorNemo CuratorUtils

nemo_curator.utils.prompts

||View as Markdown|
Previous

nemo_curator.utils.performance_utils

Next

nemo_curator.utils.ray_utils

Module Contents

Data

CODE_QUALITY_PROMPT

CODE_QUALITY_PROMPT_SIMPLIFIED

HTML_TO_TEXT_PROMPT

HTML_TO_TEXT_PROMPT_CODE

MATH_TOPIC_CLASSIFICATION_PROMPT

mind_debate

mind_interview

mind_layman_knowall

mind_problem_solving

mind_teacher_student

mind_two_profs

mind_two_students

API

nemo_curator.utils.prompts.CODE_QUALITY_PROMPT = '\nEvaluate the following text for relevance to computer programming and softwar...
nemo_curator.utils.prompts.CODE_QUALITY_PROMPT_SIMPLIFIED = '\nEvaluate the following text for relevance to computer programming and softwar...
nemo_curator.utils.prompts.HTML_TO_TEXT_PROMPT = '\nYou are given raw text extracted from an HTML page. Process this text to extr...
nemo_curator.utils.prompts.HTML_TO_TEXT_PROMPT_CODE = '\nYou are given raw text extracted from an HTML page. Process this text to extr...
nemo_curator.utils.prompts.MATH_TOPIC_CLASSIFICATION_PROMPT = '\nYou are a topic classification assistant.\nGiven the following document text,...
nemo_curator.utils.prompts.mind_debate = 'Convert the context below as a multi-turn debate-style conversation where the p...
nemo_curator.utils.prompts.mind_interview = 'Conduct an interview-style conversation where one participant acts as the inter...
nemo_curator.utils.prompts.mind_layman_knowall = 'Imagine you are presenting the content below step-by-step to a layman. While yo...
nemo_curator.utils.prompts.mind_problem_solving = 'Convert the context below as a multi-turn problem-solving conversation where pa...
nemo_curator.utils.prompts.mind_teacher_student = 'Convert the context below as a multi-turn discussions between a teacher and a s...
nemo_curator.utils.prompts.mind_two_profs = '\nConvert the context below as a multi-turn discussions between two professors....
nemo_curator.utils.prompts.mind_two_students = 'Convert the context below as a multi-turn discussions between two students who ...