Initial commit

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
dinlo
2026-05-31 18:45:38 +08:00
commit 4655401fd3
22 changed files with 2848 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
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