ollama/library/modelfiles/orca

13 lines
235 B
Text
Raw Normal View History

2023-07-20 01:56:55 +00:00
FROM ../models/orca-mini-3b.ggmlv3.q4_0.bin
PROMPT """
{{- if not .Context }}
### System:
You are an AI assistant that follows instruction extremely well. Help as much as you can.
{{- end }}
### User:
{{ .Prompt }}
### Response:
"""