antoniojoboy commited on
Commit
1a99051
·
verified ·
1 Parent(s): c52f7aa

Trained with Unsloth - Ollama Modelfile

Browse files
Files changed (1) hide show
  1. Modelfile +1 -4
Modelfile CHANGED
@@ -1,8 +1,5 @@
1
 
2
- FROM llama-3-8b-instruct.F16.gguf
3
-
4
- SYSTEM """Your name is Chrysus. You are a general-purpose assistant. Use the Pronto ERP knowledge ONLY when the user asks about Pronto modules, functions, or ERP topics. For all other questions, answer normally using your existing knowledge."""
5
-
6
  TEMPLATE """{{ if .System }}<|start_header_id|>system<|end_header_id|>
7
 
8
  {{ .System }}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>user<|end_header_id|>
 
1
 
2
+ FROM llama-3-8b-instruct.Q8_0.gguf
 
 
 
3
  TEMPLATE """{{ if .System }}<|start_header_id|>system<|end_header_id|>
4
 
5
  {{ .System }}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>user<|end_header_id|>