Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,25 @@ language:
|
|
9 |
|
10 |
This repository contains the GGUF-v3 models (llama.cpp compatible) for **Chinese-Alpaca-2-7B**.
|
11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
For Hugging Face version, please see: https://huggingface.co/hfl/chinese-alpaca-2-7b
|
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**.
|
11 |
|
12 |
+
|
13 |
+
## Performance
|
14 |
+
|
15 |
+
Metric: PPL, lower is better
|
16 |
+
|
17 |
+
| Quant | original | imatrix (`-im`) |
|
18 |
+
|-----|------|------|
|
19 |
+
| Q2_K | 10.3705 +/- 0.14109 | 11.7442 +/- 0.16034 |
|
20 |
+
| Q3_K | 8.8478 +/- 0.12085 | 8.7104 +/- 0.11925 |
|
21 |
+
| Q4_K | 8.3294 +/- 0.11396 | 8.3034 +/- 0.11391 |
|
22 |
+
| Q5_K | 8.2361 +/- 0.11298 | 8.2136 +/- 0.11281 |
|
23 |
+
| Q6_K | 8.1956 +/- 0.11259 | 8.1852 +/- 0.11246 |
|
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 |
+
|
31 |
For Hugging Face version, please see: https://huggingface.co/hfl/chinese-alpaca-2-7b
|
32 |
|
33 |
Please refer to [https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/) for more details.
|