Models
GitHub
Discord
Docs
Cloud
Sign in
Download
Models
Download
GitHub
Discord
Docs
Cloud
Sign in
jiakai
/
qwen3-14b-ai-expert-250819
:latest
80
Downloads
Updated
1 month ago
A specialized AI model fine-tuned for expertise in Large Language Models (LLMs), Retrieval-Augmented Generation (RAG), and AI Agents.
A specialized AI model fine-tuned for expertise in Large Language Models (LLMs), Retrieval-Augmented Generation (RAG), and AI Agents.
Cancel
qwen3-14b-ai-expert-250819:latest
...
/
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 }}