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 Pulls Updated 3 weeks ago
208f3041b5d6 · 144B
{
"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
}