Views
No views yet
Qwen3.6-27B-slo-med-mt-GGUF.
MTP (multi-token-prediction) is bundled for speculative decoding, and a
separate mmproj provides the vision encoder.| file | what | ~size |
|---|---|---|
qwen27b-slo-med-mt-Q8_0.gguf | text model, 8-bit (higher quality) | ~29 GB |
mmproj-qwen27b-slo-med-mt-f16.gguf | vision projector (F16) | ~0.9 GB |
Qwen3.6-27B-slo-med-mt;
for the LoRA adapter see Qwen3.6-27B-slo-med-mt-LoRA.1# text-only medical translation (-sys "<|think_off|>" disables the reasoning trace; -st = one-shot)
2llama-cli -m qwen27b-slo-med-mt-Q8_0.gguf --jinja -c 4096 -st \
3 -sys "<|think_off|>" --temp 0 --repeat-penalty 1.05 \
4 -p "Translate the following English medical text into Slovenian. Output only the translation:\n\nStore the vaccine at 2-8 °C and do not freeze."
5
6# with the vision encoder (optional; only if you pass images)
7llama-server -m qwen27b-slo-med-mt-Q8_0.gguf --mmproj mmproj-qwen27b-slo-med-mt-f16.gguf --jinja| setting | value |
|---|---|
| thinking / reasoning | OFF — put `< |
| temperature | 0 (greedy) |
| repeat-penalty | 1.05 (--repeat-penalty 1.05) |
| top-p / top-k | 0.9 / 20 (only if sampling) |
| max tokens | 256–512 |
<|think_off|> / <|think_on|> (not /no_think). To translate
directly (no <think> block):<|think_off|>.-sys "<|think_off|>" (confirmed working). Note:
--chat-template-kwargs '{"enable_thinking":false}' does not disable it in
llama.cpp — the <|think_off|> token is the reliable switch.system message with content <|think_off|>.Translate the following English medical text into Slovenian. Output only the translation:\n\n{src}. Reverse direction:
swap the instruction to "Translate the following Slovenian medical text into
English." MTP enables speculative decoding for faster output.mtp.* tensors;
mmproj built from the dense-27B vision encoder (not the 35B-MoE — different
dims).1@misc{fius2026qwen27bmtq8,
2 title = {Qwen3.6-27B Slovenian Medical MT (GGUF Q8)},
3 author = {Fius, Tadej},
4 year = {2026},
5 publisher = {MediaAtlas Ltd},
6 howpublished = {Hugging Face},
7 url = {https://huggingface.co/texdata/Qwen3.6-27B-slo-med-mt-GGUF-Q8}
8}1@misc{qwen3, title={Qwen3 Technical Report}, author={{Qwen Team}}, year={2025}, url={https://huggingface.co/Qwen}}
2@inproceedings{tiedemann2012opus, title={Parallel Data, Tools and Interfaces in OPUS}, author={Tiedemann, J.}, booktitle={LREC}, year={2012}}
3@article{nllbflores2022, title={No Language Left Behind}, author={{NLLB Team}}, journal={arXiv:2207.04672}, year={2022}}
4@inproceedings{post2018sacrebleu, title={A Call for Clarity in Reporting BLEU Scores}, author={Post, Matt}, booktitle={WMT}, year={2018}}