Models
GitHub
Discord
Docs
Cloud
Sign in
Download
Models
Download
GitHub
Discord
Docs
Cloud
Sign in
blaifa
/
Nanonets-OCR-s
:3b-q8_0
424
Downloads
Updated
1 month ago
A Qwen2.5VL:3b finetune designed to generate structured markdown files from documents.
A Qwen2.5VL:3b finetune designed to generate structured markdown files from documents.
Cancel
vision
Nanonets-OCR-s:3b-q8_0
...
/
template
7842c25cd7b9 · 254B
{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}<|im_start|>user
{{ .Content }}<|im_end|>
<|im_start|>assistant
{{ else if eq .Role "assistant" }}{{ .Content }}<|im_end|>
{{ end }}{{ end }}