DeepSeek-Math/evaluation/few_shot_prompts/few_shot_prompting.py

10 lines
169 B
Python
Raw Permalink Normal View History

2024-02-05 21:27:40 -05:00
class FewShotPrompting:
def __init__(self):
pass
def format_prompt(self, task_input, task_output):
pass
def stop_words(self):
pass