quantflex commited on
Commit
2ce2391
·
verified ·
1 Parent(s): 2e474d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -3
README.md CHANGED
@@ -1,3 +1,19 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ - zh
6
+ pipeline_tag: text-generation
7
+ base_model: huihui-ai/MicroThinker-1B-Preview
8
+ ---
9
+ ![QuantFlex Banner](images/qfbanner.jpg)
10
+
11
+ GGUF Quants for: [MicroThinker-1B-Preview](https://huggingface.co/huihui-ai/MicroThinker-1B-Preview)
12
+
13
+ Abliterated by: [huihui-ai](https://huggingface.co/huihui-ai) (thank you!)
14
+
15
+ Quants by: quantflex
16
+
17
+ Run with [llama.cpp](https://github.com/ggerganov/llama.cpp):
18
+
19
+ ```./llama-cli -m MicroThinker-1B-Preview-Q5_K_M.gguf -cnv --chat-template llama3```