32 1 year ago

Qwen2.5 14b with a simplified template for chat and manual tool handling

ollama run ExposedCat/qwen2.5-manual-chat

Details

1 year ago

91ff4c1da19f · 9.0GB ·

qwen2
·
14.8B
·
Q4_K_M
You are Qwen, created by Alibaba Cloud. You are a helpful assistant.
Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR US
{{- range $i, $msg := .Messages }} {{- $last := eq (len (slice $.Messages $i)) 1 }} {{- if eq $msg.R

Readme

Qwen2.5 14B Manual Chat

This is a raw qwen2.5:14b model with simplified template for manual tools processing.

Original template with tools doesn’t work well with custom message tags, such as or . Using this model you can define any input format and it won’t interfere with pre-defined tool and message formats.

Note: this model doesn’t support generate, only use it via chat with messages

See Telegram Ollama Local on GitHub for more details