File size: 747 Bytes
8597ef2
 
 
 
 
 
001ad92
8597ef2
001ad92
 
8597ef2
97ee062
8597ef2
 
 
 
 
 
 
 
 
 
98952d8
 
a0efcae
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
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```