Sampler Settings?

#8
by pegasus912 - opened

I apologize if I missed it, but what are the recommended sampler settings?

Thanks!

I apologize if I missed it, but what are the recommended sampler settings?

Thanks!

I saw this in the generation_config.json. Please note though this model is acting very strange...

{
"bos_token_id": 2,
"do_sample": true,
"eos_token_id": [
2,
24
],
"pad_token_id": 9,
"temperature": 1.0,
"top_p": 1.0,
"min_p": 0.0,
"top_k": 20,
"tool_call_parser": "poolside_v1",
"reasoning_parser": "poolside_v1",
"default_chat_template_kwargs": {
"enable_thinking": true
},
"speculative_config": {
"method": "dflash",
"source": "huggingface",
"model": "poolside/Laguna-S-2.1-DFlash",
"num_speculative_tokens": 15
}
}

Interesting. I'm not getting good results at all with those samplers. I've been tweaking here and there but so far Temp 1 and min-p 0.1 seems to be decent. Still honing it though.

Poolside org

Hi guys! Thanks for the comment.

Just to double check: are you struggling with making the BF16 variant work, or some other variant?

Q5XL unsloth quant with unquantized KV Cache. I also tried the Q4XL quant and didn’t notice a difference.

Poolside org

Thank you! I'll take a look in the coming days; those quants aren't officially ours, but it's still something that we'll investigate.

I did originally try the q4_m official quant and I didn’t notice a difference. I’ll go back to that and try some more tests.

Poolside org

Just a note; we'll have a new GGUF for q4_m tomorrow. We noticed some degradations with it internally after further testing. I'll reply here once it's been uploaded :)

I've spent a good bit of time narrowing down some good settings and this is what I think is a good balance of precision and creativity: --temp 1--top-k 50

Tested with Laguna-S-2.1-UD-Q5_K_XL
Hopefully this helps! (Updated with better sampler settings)

Sign up or log in to comment