13 6 days ago

Bartowski's GGUF at full BF16 weights. Parameters and Template optimized for tool use.

tools thinking
{
"min_p": 0.05,
"num_ctx": 131072,
"num_predict": 2048,
"repeat_last_n": 256,
"repeat_penalty": 1.1,
"stop": [
"<|endoftext|>",
"<|return|>"
],
"temperature": 0.2,
"top_k": 40,
"top_p": 0.95
}