hfl
/

File size: 1,119 Bytes
16cb540
 
2a306f4
 
 
16cb540
c2ff68f
 
 
 
 
3f4304b
 
 
 
 
 
 
 
10960d0
3f4304b
10960d0
3f4304b
 
10960d0
072968e
3f4304b
 
 
 
 
 
 
c2ff68f
 
 
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
33
34
35
36
---
license: apache-2.0
language:
- zh
- en
---

# Chinese-LLaMA-2-7B-64K

This repository contains GGUF-v3 version (llama.cpp compatible) of **Chinese-LLaMA-2-7B-64K**, which is tuned on Chinese-LLaMA-2-7B with **YaRN method**.

## Performance

Metric: PPL, lower is better

| Quant | original | imatrix (`-im`) |
|-----|------|------|
| Q2_K  | 11.5424 +/- 0.24106 | 12.1599 +/- 0.26050 |
| Q3_K  | 10.0152 +/- 0.21296 | 9.9269 +/- 0.21335  |
| Q4_0 | 9.7500 +/- 0.20872 | - |
| Q4_K  | 9.7687 +/- 0.21133  | 9.7239 +/- 0.20999  |
| Q5_0 | 9.4647 +/- 0.20280 | - |
| Q5_K  | 9.6229 +/- 0.20829  | 9.5673 +/- 0.20675  |
| Q6_K  | 9.5996 +/- 0.20816  | 9.5753 +/- 0.20734  |
| Q8_0 | 9.4078 +/- 0.20378 | - |
| F16 |  9.5750 +/- 0.20735 | - |

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


## Others


For full model in HuggingFace format, please see: https://huggingface.co/hfl/chinese-llama-2-7b-64k

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