mirror of
https://github.com/deepseek-ai/DeepSeek-Math
synced 2024-11-22 11:38:17 +00:00
10 lines
169 B
Python
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
|