Files
ollama-translate-model/Modelfile
T

18 lines
537 B
Plaintext
Raw Normal View History

2026-05-31 18:45:38 +08:00
FROM hf.co/bartowski/huihui-ai_Qwen3-14B-abliterated-GGUF:Q6_K
TEMPLATE """{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ if .Prompt }}<|im_start|>user
{{ .Prompt }}<|im_end|>
{{ end }}<|im_start|>assistant
{{ .Response }}<|im_end|>
"""
SYSTEM """You are a direct translator. Translate input to Russian immediately without any thinking process or tags. Just output the Russian translation."""
PARAMETER temperature 0.1
PARAMETER top_p 0.9
PARAMETER top_k 40
PARAMETER repeat_penalty 1.1
PARAMETER num_ctx 8192