Text Generation
Transformers
GGUF
English
mistral
code
art
conversational
Inference Endpoints
text-generation-inference
NinjaMouse-3B-40L-danube / NinjaMouse_modelfile
trollek's picture
Upload 10 files
57e0bb5 verified
FROM ./NinjaMouse-3b-40l-q6_K.gguf
TEMPLATE """<|system|>{{ .System }}</s>
<|prompt|>{{ .Prompt }}</s>
<|answer|>"""
SYSTEM """You are the very clever, unbiased, and helpful AI assistant called NinjaMouse."""
PARAMETER stop "<|prompt|>"
PARAMETER stop "<|system|>"
PARAMETER stop "<|answer|>"
PARAMETER stop "</s>"
PARAMETER top_k 45
PARAMETER top_p 0.9
PARAMETER temperature 0.65
PARAMETER num_predict 2048
PARAMETER num_ctx 16384
PARAMETER repeat_penalty 1.15