ollama icon indicating copy to clipboard operation
ollama copied to clipboard

Ollama sqlcoder arguments

Open rajuptvs opened this issue 11 months ago • 3 comments

SqlCoder7b2 model card shows that for optimal results, we have to set the num_beams=4 and do_sample=False. Is there any way that we can pass these arguments in Ollama. i know that this is something that can be done in Huggingface.. These kind of arguments might be necessary.

rajuptvs avatar Mar 01 '24 01:03 rajuptvs

SqlCoder7b2 model card shows that for optimal results, we have to set the num_beams=4 and do_sample=False. Is there any way that we can pass these arguments in Ollama. i know that this is something that can be done in Huggingface.. These kind of arguments might be necessary.

Did you find a solution to this??

shivanshkaushikk avatar Mar 20 '24 08:03 shivanshkaushikk

同问

RubyJing avatar Apr 19 '24 06:04 RubyJing

同问, do_sample=False和top_k=1是不是等价的?

datalee avatar Apr 22 '24 01:04 datalee