few shot template WIP

This commit is contained in:
Adam Wilson
2025-07-12 20:35:43 -06:00
parent c788431416
commit 51cce1545a
3 changed files with 80 additions and 7 deletions
+4 -4
View File
@@ -1,8 +1,8 @@
class Constants:
ASSISTANT_TOKEN = "<|assistant|>"
END_TOKEN = "<|end|>"
SYSTEM_TOKEN = "<|system|>"
USER_TOKEN = "<|user|>"
ASSISTANT_TOKEN = "<|assistant|>"
END_TOKEN = "<|end|>"
SYSTEM_TOKEN = "<|system|>"
USER_TOKEN = "<|user|>"
class PromptTemplateIds:
PHI_3_MINI_4K_INSTRUCT_BASIC = "phi-3-mini-4k-instruct-basic"