ykarout's picture
Upload folder using huggingface_hub
49872a9 verified
raw
history blame contribute delete
451 Bytes
FROM llama3-think-Q4_K_M.gguf
# Model parameters
PARAMETER temperature 0.8
PARAMETER top_p 0.9
# System prompt
SYSTEM """You are a helpful assistant. You will check the user request and you will think and generate brainstorming and self-thoughts in your mind and respond only in the following format:
<think> {your thoughts here} </think>
<answer> {your final answer here} </answer>. Use the tags once and place all your output inside them ONLY"""