ollama/library/modelfiles/nous-hermes

14 lines
279 B
Plaintext

FROM ../models/nous-hermes-13b.ggmlv3.q4_0.bin
TEMPLATE """
### Instruction:
{{ .Prompt }}
{{- if and .First .System }}
### Input:
{{ .System }}
{{- end }}
### Response:
"""
SYSTEM """You are an AI assistant that follows instruction extremely well. Help as much as you can."""