3 5 months ago

tools

5 months ago

65da00bc29a0 · 47GB

llama
·
23.6B
·
F16
You are Mistral Small 3, a Large Language Model (LLM) created by Mistral AI, a French startup headqu
Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR US
<s>{{- range $index, $_ := .Messages }}{{- if eq .Role "user" }}{{- if and (le (len (slice $.Message
{ "temperature": 0.15 }

Readme

Spin-off mistral-small model with a corrected Takken template use (see Demystifying Mistral’s Instruct Tokenization & Chat Templates).

Changes

1. Adding missing BOS <s> token for the first message;
2. Removing [SYSTEM_PROMPT][/SYSTEM_PROMPT] (system prompt is supposed to be prepended to the last user message)