Note the new recommended sampling parameters for Qwen3.6 27B

Taken from their Huggingface Page:

We recommend using the following set of sampling parameters for generation

Thinking mode for general tasks: temperature=1.0, top_p=0.95, top_k=20, min_p=0.0, presence_penalty=0.0, repetition_penalty=1.0 Thinking mode for precise coding tasks (e.g. WebDev): temperature=0.6, top_p=0.95, top_k=20, min_p=0.0, presence_penalty=0.0, repetition_penalty=1.0 Instruct (or non-thinking) mode: temperature=0.7, top_p=0.80, top_k=20, min_p=0.0, presence_penalty=1.5, repetition_penalty=1.0 

These are different from 3.5 so I thought I would draw your attention to them.

submitted by /u/Thrumpwart
[link] [comments]

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top