synthetic.prompts#

Module Contents#

Data#

API#

synthetic.prompts.DEFAULT_CLOSED_QA_PROMPT_TEMPLATE = <Multiline-String>#
synthetic.prompts.DEFAULT_MACRO_TOPICS_PROMPT_TEMPLATE = <Multiline-String>#
synthetic.prompts.DEFAULT_MATH_CLASSIFICATION_PROMPT_TEMPLATE = <Multiline-String>#
synthetic.prompts.DEFAULT_MATH_MACRO_TOPICS_PROMPT_TEMPLATE#

‘Can you generate {n_macro_topics} comprehensive topics that encompass the mathematics knowledge taug…’

synthetic.prompts.DEFAULT_MATH_SUBTOPICS_PROMPT_TEMPLATE#

‘List {n_subtopics} mathemathics topics that encompass various aspects of “{macro_topic}”. Your answe…’

synthetic.prompts.DEFAULT_OPEN_QA_FROM_TOPICS_PROMPT_TEMPLATE#

‘Can you generate {n_openlines} questions or requests related to {topic}? The questions and requests …’

synthetic.prompts.DEFAULT_PYTHON_CLASSIFICATION_PROMPT_TEMPLATE = <Multiline-String>#
synthetic.prompts.DEFAULT_PYTHON_MACRO_TOPICS_PROMPT_TEMPLATE#

‘List {n_macro_topics} important concepts in the python language.’

synthetic.prompts.DEFAULT_PYTHON_SUBTOPICS_PROMPT_TEMPLATE#

‘List {n_subtopics} important concepts related to “{macro_topic}” in the python language.’

synthetic.prompts.DEFAULT_REVISE_OPEN_QA_PROMPT_TEMPLATE = <Multiline-String>#
synthetic.prompts.DEFAULT_REVISE_WRITING_TASK_PROMPT_TEMPLATE = <Multiline-String>#
synthetic.prompts.DEFAULT_SUBTOPICS_PROMPT_TEMPLATE#

‘Can you generate {n_subtopics} comprehensive topics that encompass various aspects of {macro_topic}?…’

synthetic.prompts.DEFAULT_WRITING_TASK_PROMPT_TEMPLATE#

‘Can you generate {n_openlines} tasks, each of which requires to create a “{text_material_type}” rela…’

synthetic.prompts.DEFAULT_YAML_CONVERSION_PROMPT_TEMPLATE = <Multiline-String>#
synthetic.prompts.DIALOGUE_COMPLEX_USER_TURN_PROMPT_TEMPLATE = <Multiline-String>#
synthetic.prompts.DIALOGUE_CONCISE_USER_TURN_PROMPT_TEMPLATE = <Multiline-String>#
synthetic.prompts.DIALOGUE_NORMAL_USER_TURN_PROMPT_TEMPLATE = <Multiline-String>#
synthetic.prompts.DISTILL_PROMPT_TEMPLATE = <Multiline-String>#
synthetic.prompts.DIVERSE_QA_PROMPT_TEMPLATE = <Multiline-String>#
synthetic.prompts.EXTRACT_KNOWLEDGE_PROMPT_TEMPLATE = <Multiline-String>#
synthetic.prompts.KNOWLEDGE_LIST_PROMPT_TEMPLATE = <Multiline-String>#
synthetic.prompts.MATH_PROBLEM_BEGINNER_PROMPT_TEMPLATE#

‘Generate {n_openlines} mathematics problems which are related to “{topic}” or can be addressed using…’

synthetic.prompts.MATH_PROBLEM_GENERAL_PROMPT_TEMPLATE#

‘Generate {n_openlines} mathematics problems which are related to “{topic}” or can be addressed using…’

synthetic.prompts.NEMOTRON_CC_DISTILL_SYSTEM_PROMPT#

‘You are an artificial intelligence assistant. You carefully provide accurate, factual, thoughtful, n…’

synthetic.prompts.NEMOTRON_CC_SYSTEM_PROMPT#

‘A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful,…’

synthetic.prompts.PYTHON_PROBLEM_ADVANCED_PROMPT_TEMPLATE#

‘Generate {n_openlines} {language} coding problems related to “{topic}”. These problems should be sui…’

synthetic.prompts.PYTHON_PROBLEM_BEGINNER_PROMPT_TEMPLATE#

‘Generate {n_openlines} {language} coding problems related to “{topic}”. These problems should be sui…’

synthetic.prompts.PYTHON_PROBLEM_INTERMEDIATE_PROMPT_TEMPLATE#

‘Generate {n_openlines} {language} coding problems related to “{topic}”. These problems should be sui…’

synthetic.prompts.WIKIPEDIA_REPHRASING_PROMPT_TEMPLATE = <Multiline-String>#