Models
Docs
Pricing
Sign in
Download
Models
Download
Docs
Pricing
Sign in
rafw007
/
bielik-custom-ocr-vision
:latest
13
Downloads
Updated
3 days ago
A custom merged model: the vision layers were borrowed from Mistral-3 and joined with Bielik-7B (SpeakLeash). The result is a compact multimodal model that reads text from images — printed pages, scans.
A custom merged model: the vision layers were borrowed from Mistral-3 and joined with Bielik-7B (SpeakLeash). The result is a compact multimodal model that reads text from images — printed pages, scans.
Cancel
vision
bielik-custom-ocr-vision:latest
...
/
template
6391a7e18d48 · 423B
{{- if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{- range $i, $_ := .Messages }}
{{- $last := eq (len (slice $.Messages $i)) 1 -}}
{{- if eq .Role "user" }}<|im_start|>user
{{ .Content }}<|im_end|>
{{ else if eq .Role "assistant" }}<|im_start|>assistant
{{ .Content }}{{ if not $last }}<|im_end|>
{{ end }}
{{- end }}
{{- if and $last (ne .Role "assistant") }}<|im_start|>assistant
{{ end }}
{{- end }}