Views
No views yet
hotdogs/Qwen3.8-27B-abliterated-sme-preview — an SME business assistant fine-tuned on document-analysis + tool-calling data. Converted for llama.cpp with the MTP (Multi-Token Prediction) head preserved.hotdogs/Qwen3.8-27B-abliterated-sme-previewmtp_num_hidden_layers=1).gguf (f16 source, quantized to Q4_K_M / IQ3_M etc.)apply_chat_template| Benchmark | Base | SME-Preview | Δ |
|---|---|---|---|
| ARC-Challenge acc | 0.5667 | 0.5700 | +0.003 |
| MMLU | 0.8477 | 0.8449 | −0.003 |
| GSM8K (5-shot) | 0.6000 | 0.8100 | +0.210 |
1# Download a quant
2huggingface-cli download hotdogs/Qwen3.8-27B-abliterated-sme-preview-mtp-GGUF \
3 --include "*.gguf" --local-dir ./model
4
5# Run
6./llama-cli -m ./model/model-Q4_K_M.gguf \
7 -c 8192 -ngl 99 \
8 -p "Which rows in expenses_2025.csv have department = Sales?"Requires a llama.cpp build withqwen35architecture support (GDN + linear-attention). Do not pass--no-mtp— the model has MTP tensors.
apply_chat_templatehotdogs/Qwen3.8-27B-abliterated-sme-preview