xxxxxccc's picture
(Trained with Unsloth)
623a9b1 verified
raw
history blame
689 Bytes
FROM ./xxxxxccc/mediaDescr_2epoch_Mistral-Nemo-Base-2407_model/unsloth.BF16.gguf
TEMPLATE """Below are some instructions that describe some tasks. Write responses that appropriately complete each request.{{ if .Prompt }}
### Instruction:
{{ .Prompt }}{{ end }}
### Response:
{{ .Response }}</s>"""
PARAMETER stop "[/AVAILABLE_TOOLS]"
PARAMETER stop "[INST]"
PARAMETER stop "<pad>"
PARAMETER stop "[/INST]"
PARAMETER stop "[/TOOL_RESULTS]"
PARAMETER stop "[PREFIX]"
PARAMETER stop "[TOOL_CALLS]"
PARAMETER stop "[AVAILABLE_TOOLS]"
PARAMETER stop "[TOOL_RESULTS]"
PARAMETER stop "<unk>"
PARAMETER stop "[MIDDLE]"
PARAMETER stop "[SUFFIX]"
PARAMETER stop "</s>"
PARAMETER stop "<SPECIAL_"