Models
GitHub
Discord
Docs
Cloud
Sign in
Download
Models
Download
GitHub
Discord
Docs
Cloud
Sign in
Whyimhere
/
Oxy-1-small
:latest
201
Downloads
Updated
9 months ago
Oxy 1 Small is a powerful chat-focused AI model built on the Qwen2.5-14B-Instruct architecture. It supports English language processing and is optimized for conversational tasks. The model adheres to the ChatML prompt format
Oxy 1 Small is a powerful chat-focused AI model built on the Qwen2.5-14B-Instruct architecture. It supports English language processing and is optimized for conversational tasks. The model adheres to the ChatML prompt format
Cancel
Oxy-1-small:latest
...
/
template
62fbfd9ed093 · 182B
{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ if .Prompt }}<|im_start|>user
{{ .Prompt }}<|im_end|>
{{ end }}<|im_start|>assistant
{{ .Response }}<|im_end|>