ollama/library/modelfiles/vicuna

12 lines
305 B
Text
Raw Normal View History

2023-07-20 01:56:55 +00:00
FROM ../models/vicuna-7b-v1.3.ggmlv3.q4_0.bin
TEMPLATE """
{{ if .First }}
{{ .System }}
2023-07-20 01:56:55 +00:00
{{- end }}
USER: {{ .Prompt }}
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."""