nemo_curator.utils.prompts

View as Markdown

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 ...