hfl
/

File size: 1,142 Bytes
5b7d952
 
77b6fec
 
 
5b7d952
77b6fec
 
 
 
 
12baa7e
 
 
 
 
 
 
 
 
41b93d6
12baa7e
41b93d6
12baa7e
 
41b93d6
643e937
12baa7e
 
 
 
 
 
 
77b6fec
 
 
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
37
---
license: apache-2.0
language:
- zh
- en
---

# Chinese-Alpaca-2-7B-RLHF-GGUF

This repository contains GGUF-v3 version (llama.cpp compatible) of **Chinese-Alpaca-2-7B-RLHF**, which is tuned on Chinese-Alpaca-2-7B with RLHF using DeepSpeed-Chat.


## Performance

Metric: PPL, lower is better

| Quant | original | imatrix (`-im`) |
|-----|------|------|
| Q2_K  | 10.5211 +/- 0.14139 | 11.9331 +/- 0.16168 |
| Q3_K  | 8.9748 +/- 0.12043  | 8.8238 +/- 0.11850  |
| Q4_0 | 8.7843 +/- 0.11854 | - |
| Q4_K  | 8.4643 +/- 0.11341  | 8.4226 +/- 0.11302  |
| Q5_0 | 8.4563 +/- 0.11353 | - |
| Q5_K  | 8.3722 +/- 0.11236  | 8.3336 +/- 0.11192  |
| Q6_K  | 8.3207 +/- 0.11184  | 8.3047 +/- 0.11159  |
| Q8_0 | 8.3100 +/- 0.11173 | - |
| F16 | 8.3112 +/- 0.11173  | - |

*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-alpaca-2-7b-rlhf

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