hfl-rc commited on
Commit
ce29274
1 Parent(s): 84a3efa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -9,6 +9,24 @@ language:
9
 
10
  This repository contains the GGUF-v3 models (llama.cpp compatible) for **Chinese-Alpaca-2-7B-16K**.
11
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  For Hugging Face version, please see: https://huggingface.co/hfl/chinese-alpaca-2-7b-16k
13
 
14
  Please refer to [https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/) for more details.
 
9
 
10
  This repository contains the GGUF-v3 models (llama.cpp compatible) for **Chinese-Alpaca-2-7B-16K**.
11
 
12
+
13
+ ## Performance
14
+
15
+ Metric: PPL, lower is better
16
+
17
+ | Quant | original | imatrix (`-im`) |
18
+ |-----|------|------|
19
+ | Q2_K | 11.8181 +/- 0.16402 | 13.6285 +/- 0.19294 |
20
+ | Q3_K | 9.5596 +/- 0.13369 | 9.3748 +/- 0.13108 |
21
+ | Q4_K | 8.9622 +/- 0.12507 | 8.9229 +/- 0.12467 |
22
+ | Q5_K | 8.8370 +/- 0.12353 | 8.8221 +/- 0.12348 |
23
+ | Q6_K | 8.7830 +/- 0.12290 | 8.7695 +/- 0.12260 |
24
+
25
+ *The model with `-im` suffix is generated with important matrix, which has generally better performance (not always though).*
26
+
27
+
28
+ ## Others
29
+
30
  For Hugging Face version, please see: https://huggingface.co/hfl/chinese-alpaca-2-7b-16k
31
 
32
  Please refer to [https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/) for more details.