DeepSeek-Math/evaluation/few_shot_prompts/few_shot_prompting.py
ZhihongShao 21cc5c6701 init
2024-02-06 10:27:40 +08:00

10 lines
169 B
Python

class FewShotPrompting:
def __init__(self):
pass
def format_prompt(self, task_input, task_output):
pass
def stop_words(self):
pass