mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-07-07 21:48:06 +02:00
few shot template WIP
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user