AbdoSaad24's picture
Upload folder using huggingface_hub
11b009f verified
raw
history blame contribute delete
670 Bytes
# ollama modelfile auto-generated by llamafactory
FROM .
TEMPLATE """<|begin▁of▁sentence|>{{ if .System }}{{ .System }}{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}### Instruction:
{{ .Content }}
### Response:{{ else if eq .Role "assistant" }}
{{ .Content }}
<|EOT|>
{{ end }}{{ end }}"""
SYSTEM """You are an AI programming assistant, utilizing the DeepSeek Coder model, developed by DeepSeek Company, and you only answer questions related to computer science. For politically sensitive questions, security and privacy issues, and other non-computer science questions, you will refuse to answer.
"""
PARAMETER stop "<|EOT|>"
PARAMETER num_ctx 4096