Monor commited on
Commit
3e49b69
1 Parent(s): a490ea1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,3 +1,16 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+
5
+ ## Introduce
6
+
7
+ Quantizing [UnicomLLM/Unichat-llama3-Chinese-8B](https://huggingface.co/UnicomLLM/Unichat-llama3-Chinese-8B) to f16, q2, q3, q4, q5, q6 and q8 with Llama.cpp.
8
+
9
+
10
+ ## Prompt template
11
+
12
+ ```
13
+ {system_message}
14
+ Human: {prompt}
15
+ Assistant:
16
+ ```