hfl
/

File size: 1,245 Bytes
d3246fe
 
7a895a0
 
 
d3246fe
7a895a0
 
 
65228bb
7a895a0
f1d7d43
 
59957e7
 
 
 
 
 
 
 
 
23bddf0
59957e7
23bddf0
59957e7
 
23bddf0
b880ba8
59957e7
 
 
 
 
 
7a895a0
 
 
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
38
---
license: apache-2.0
language:
- zh
- en
---

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

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

**The optimal context length is 1K for this model. Specify `-c 1024` when using with llama.cpp**


## Performance

Metric: PPL, lower is better

| Quant | original | imatrix (`-im`) |
|-----|------|------|
| Q2_K | 20.1066 +/- 0.29236 | 18.8209 +/- 0.27561 |
| Q3_K | 16.9214 +/- 0.26133 | 16.5729 +/- 0.25706 |
| Q4_0 | 15.8056 +/- 0.23749 | - |
| Q4_K | 16.1579 +/- 0.25064 | 15.7746 +/- 0.24476 |
| Q5_0 | 15.4528 +/- 0.23911 | - |
| Q5_K | 15.3198 +/- 0.23627 | 15.4791 +/- 0.23959 |
| Q6_K | 15.3718 +/- 0.23764 | 15.2572 +/- 0.23549 |
| Q8_0 | 15.3302 +/- 0.23727 | - |
| F16 | 15.3291 +/- 0.23728 | - |

*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-1.3b-rlhf

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