nemo_curator.stages.synthetic.nemotron_cc.prompts

View as Markdown

Module Contents

Data

DISTILL_PROMPT_TEMPLATE

DIVERSE_QA_PROMPT_TEMPLATE

EXTRACT_KNOWLEDGE_PROMPT_TEMPLATE

KNOWLEDGE_LIST_PROMPT_TEMPLATE

NEMOTRON_CC_DISTILL_SYSTEM_PROMPT

NEMOTRON_CC_SYSTEM_PROMPT

WIKIPEDIA_REPHRASING_PROMPT_TEMPLATE

API

nemo_curator.stages.synthetic.nemotron_cc.prompts.DISTILL_PROMPT_TEMPLATE = 'Your task is to read and paraphrase the provided text following these instructi...
nemo_curator.stages.synthetic.nemotron_cc.prompts.DIVERSE_QA_PROMPT_TEMPLATE = 'Task:\nRead the text, ask questions and answer them.\n\nFollow these instructio...
nemo_curator.stages.synthetic.nemotron_cc.prompts.EXTRACT_KNOWLEDGE_PROMPT_TEMPLATE = "Your task is to rewrite knowledge from the provided text following these instru...
nemo_curator.stages.synthetic.nemotron_cc.prompts.KNOWLEDGE_LIST_PROMPT_TEMPLATE = 'Review the text and extract the key information. Follow these instructions:\n- ...
nemo_curator.stages.synthetic.nemotron_cc.prompts.NEMOTRON_CC_DISTILL_SYSTEM_PROMPT = 'You are an artificial intelligence assistant. You carefully provide accurate, f...
nemo_curator.stages.synthetic.nemotron_cc.prompts.NEMOTRON_CC_SYSTEM_PROMPT = 'A chat between a curious user and an artificial intelligence assistant. The ass...
nemo_curator.stages.synthetic.nemotron_cc.prompts.WIKIPEDIA_REPHRASING_PROMPT_TEMPLATE = 'For the following paragraph give me a diverse paraphrase of the same in high qu...