Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
mkchaou
/
calm_mistral_r64_a128_lr1e-4_e6
:latest
10
Downloads
Updated
3 weeks ago
This model is Mistral-small-24b-Instruct-2501 fine-tuned on ~13k Climsight data which are pairs of prompts/completions extracted from climsight pipeline. Below are all the technical specs of the fine-tuning process along with the evaluation used.
This model is Mistral-small-24b-Instruct-2501 fine-tuned on ~13k Climsight data which are pairs of prompts/completions extracted from climsight pipeline. Below are all the technical specs of the fine-tuning process along with the evaluation used.
Cancel
calm_mistral_r64_a128_lr1e-4_e6:latest
...
/
template
17027a2097d7 · 237B
{{ if .System }}[SYSTEM_PROMPT]{{ .System }}[/SYSTEM_PROMPT]{{ end }}
{{- range $index, $_ := .Messages }}
{{- if eq .Role "user" }}[INST] {{ .Content }} [/INST]
{{- else if eq .Role "assistant" }}{{ .Content }}</s>
{{- end }}
{{- end }}