Default Sampling Parameters #1924
BritishTeapot
started this conversation in
Ideas
Replies: 3 comments 3 replies
-
|
You can do that already with |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Thank you, so so much. Then there must be a different issue. Help message does not display the option. Nor is it present in the wiki at all. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Also, what options are the default in the first place? The same ones as in the koboldai ui? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A lot of chat UIs only offer a limited amount of adjustable sampling parameters (for example, they quite often don't offer min-p), if any at all. Moreover, the chat UIs don't know much about the model or what it's recommended sampling parameters are, so we end up with sub-optimal defaults and poor quality gens. The idea is to let the default parameters (those, that are used if sampler config is not specified in the request) to be adjusted at start. Something like
sampler_config.jsonfile that contains the default sampler config to be used if no parameters are specified in the request, and can be used as a option when starting kcpp (like--default_sampling_param sampler_config.json).Beta Was this translation helpful? Give feedback.
All reactions