mirror of
https://github.com/technovangelist/videoprojects.git
synced 2026-09-10 07:16:19 -04:00
i think I forgot to push this
Signed-off-by: Matt Williams <m@technovangelist.com>
This commit is contained in:
parent
b2e883e213
commit
83c0675f98
8
2024-04-15-modelfile/Modelfile
Normal file
8
2024-04-15-modelfile/Modelfile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
FROM ./biomistral-7b-q4-km-gguf
|
||||
TEMPLATE """
|
||||
<|im_start|>system
|
||||
{{ .System }}<|im_end|>
|
||||
<|im_start|>user
|
||||
{{ .Prompt }}<|im_end|>
|
||||
<|im_start|>assistant
|
||||
"""
|
||||
6
2024-04-15-modelfile/xModelfile
Normal file
6
2024-04-15-modelfile/xModelfile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
FROM ./biomistral-7b-q4-km-gguf
|
||||
TEMPLATE """<s>
|
||||
[INST] {{ .Prompt }} [/INST]
|
||||
</s>"""
|
||||
PARAMETER temperature 1.8
|
||||
PARAMETER stop "<|im_end|>"
|
||||
Loading…
Reference in a new issue