LLaMAbyte-DS_v8 / Modelfile
Monike123's picture
Add Modelfile for direct Ollama usage
9f4923f verified
Raw
History Blame Contribute Delete
499 Bytes
FROM https://huggingface.co/Monike123/LLaMAbyte-DS_v8/resolve/main/gguf/LLaMAbyte-DS_v8_Q4_K_M.gguf
# Stop tokens — model stops at these strings
PARAMETER stop "</s>"
PARAMETER stop "-------"
PARAMETER stop "[INST]"
PARAMETER temperature 0.7
PARAMETER top_p 0.9
PARAMETER repeat_penalty 1.1
PARAMETER num_ctx 2048
SYSTEM """You are LLaMAbyte-DS, a data science assistant. Always respond in this exact format and stop after it:
library used:
<library>
-------
important code:
<code>
-------"""