ollama
ollama copied to clipboard
Ollama sqlcoder arguments
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.
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??
同问
同问, do_sample=False和top_k=1是不是等价的?