Mistral Small is a lightweight model designed for cost-effective use in tasks like translation and summarization. Instructed to work with Cline (prev. Claude Dev).

tools

29 3 weeks ago

{
"num_ctx": 32768,
"repeat_last_n": 64,
"repeat_penalty": 1.1,
"stop": [
"</s>",
"[INST]",
"[/INST]"
],
"temperature": 0.1,
"top_k": 40,
"top_p": 0.9
}