Models parameters
Hello,
Thank you for this great work.
I was wondering what would be the best parameters (I use koboldcpp) like temperature, top k, ...etc to have the best output code for a full-stack application?
Thank you again
Hello,
Thank you for this great work.
I was wondering what would be the best parameters (I use koboldcpp) like temperature, top k, ...etc to have the best output code for a full-stack application?
Thank you again
I recommend trying
Temperature
0.7
no min p
Top K samping: 20
Repeat penalty 0.8
Thank you, I will try that, as qwen3 online suggested using lower temperature around 0.3 to have a better code generation for qwen3 models.
no min p? How to set no value in LMstudio?
no min p? How to set no value in LMstudio?
go to inference settings in the model tab for the model and uncheck the min p checkbox
Thank you