included jinja template wrong default parameters why?

#2
by akierum - opened

included jinja template wrong default parameters in LMstudio why?

Please bake the recommended parameters into jinja, novice users will certainly have bad time with wrong prameters.

Recommended should be from your model card

temperature: 0.85
top_p: 0.95
top_k: 20
min_p: 0.0
presence_penalty: 1.1
repetition_penalty: 1.0

Intern Science org

included jinja template wrong default parameters in LMstudio why?

Please bake the recommended parameters into jinja, novice users will certainly have bad time with wrong prameters.

Recommended should be from your model card

temperature: 0.85
top_p: 0.95
top_k: 20
min_p: 0.0
presence_penalty: 1.1
repetition_penalty: 1.0

Hi, akierum,

Jinja template is only for prompt formatting (chat structure / tools / vision tokens), while sampling params like temperature/top_p/top_k are runtime decoding settings in LM Studio, so they’re intentionally not baked into the template to keep them configurable per task and user.

Sign up or log in to comment