ollama/library/modelfiles/vicuna

10 lines
281 B
Text
Raw Normal View History

2023-07-20 01:56:55 +00:00
FROM ../models/vicuna-7b-v1.3.ggmlv3.q4_0.bin
PROMPT """
{{ if not .Context }}
A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.
{{- end }}
USER: {{ .Prompt }}
ASSISTANT:
"""