DeepSeek-Math/evaluation/few_shot_prompts/few_shot_prompting.py

10 lines
169 B
Python
Raw Normal View History

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