Views
No views yet
TEMPLATE """
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
{{ if .System }}### Instruction:
{{ .System }}{{ end }}
{{ if .Prompt }}### Input:
{{ .Prompt }}{{ end }}
### Response:
"""TEMPLATE """
BEGININPUT
BEGINCONTEXT
ENDCONTEXT
{{ if .System }}<|system|>:{{ .System }}{{ end }}
ENDINPUT
BEGININSTRUCTION
{{ if .Prompt }}{{ .Prompt }}{{ end }}
ENDINSTRUCTION
### Contextual Response
{{ .Response }}
"""