Commit 15112197 authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

update library modelfiles with new syntax

parent ada0add8
FROM ../models/nous-hermes-13b.ggmlv3.q4_0.bin FROM ../models/nous-hermes-13b.ggmlv3.q4_0.bin
PROMPT """ TEMPLATE """
### Instruction: ### Instruction:
{{ .Prompt }} {{ .Prompt }}
......
FROM ../models/orca-mini-3b.ggmlv3.q4_0.bin FROM ../models/orca-mini-3b.ggmlv3.q4_0.bin
PROMPT """ TEMPLATE """
{{- if not .Context }} {{- if .First }}
### System: ### System:
You are an AI assistant that follows instruction extremely well. Help as much as you can. {{ .System }}
{{- end }} {{- end }}
### User: ### User:
...@@ -10,3 +10,5 @@ You are an AI assistant that follows instruction extremely well. Help as much as ...@@ -10,3 +10,5 @@ You are an AI assistant that follows instruction extremely well. Help as much as
### Response: ### Response:
""" """
SYSTEM """You are an AI assistant that follows instruction extremely well. Help as much as you can."""
FROM ../models/vicuna-7b-v1.3.ggmlv3.q4_0.bin FROM ../models/vicuna-7b-v1.3.ggmlv3.q4_0.bin
PROMPT """ TEMPLATE """
{{ if not .Context }} {{ if .First }}
A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions. {{ .System }}
{{- end }} {{- end }}
USER: {{ .Prompt }} USER: {{ .Prompt }}
ASSISTANT: ASSISTANT:
""" """
SYSTEM """A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions."""
FROM ../models/Wizard-Vicuna-13B-Uncensored.ggmlv3.q4_0.bin FROM ../models/Wizard-Vicuna-13B-Uncensored.ggmlv3.q4_0.bin
PROMPT """ TEMPLATE """
USER: {{ .Prompt }} USER: {{ .Prompt }}
ASSISTANT: ASSISTANT:
""" """
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment