--- license: other license_name: qwen-research license_link: LICENSE language: - en pipeline_tag: text-generation base_model: huihui-ai/SmallThinker-3B-Preview-abliterated tags: - chat --- ![QuantFlex Banner](images/qfbanner.jpg) GGUF Quants for: [huihui-ai/SmallThinker-3B-Preview-abliterated](https://huggingface.co/huihui-ai/SmallThinker-3B-Preview-abliterated) Model by: [huihui-ai](https://huggingface.co/huihui-ai) (thank you!) Quants by: [quantflex](https://huggingface.co/quantflex) Run with [llama.cpp](https://github.com/ggerganov/llama.cpp): ```./llama-cli -m SmallThinker-3B-Preview-abliterated-Q5_K_M.gguf -p 'You are a helpful assistant.' --temp 0.7 --top-p 0.8 --top-k 20 --repeat-penalty 1.1 -cnv --chat-template chatml```