hfl
/

File size: 924 Bytes
6dcf8ba
 
5a6a673
 
 
6dcf8ba
30ab8b7
 
 
 
 
44e5375
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30ab8b7
 
 
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
26
27
28
29
30
31
32
---
license: apache-2.0
language:
- zh
- en
---

# Chinese-LLaMA-2-13B-16K-GGUF

This repository contains the GGUF-v3 models (llama.cpp compatible) for **Chinese-LLaMA-2-13B-16K**.


## Performance

Metric: PPL, lower is better

| Quant | original | imatrix (`-im`) |
|-----|------|------|
| Q2_K  | 11.8958 +/- 0.20739 | 13.0017 +/- 0.23003 |
| Q3_K  | 9.7130 +/- 0.17037  | 9.3443 +/- 0.16582  |
| Q4_K  | 9.0055 +/- 0.15918  | 8.9848 +/- 0.15908  |
| Q5_K  | 8.8999 +/- 0.15751  | 8.8983 +/- 0.15753  |
| Q6_K  | 8.8944 +/- 0.15776  | 8.8833 +/- 0.15760  |

*The model with `-im` suffix is generated with important matrix, which has generally better performance (not always though).*


## Others

For Hugging Face version, please see: https://huggingface.co/hfl/chinese-llama-2-13b-16k

Please refer to [https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/) for more details.