hfl-rc commited on
Commit
ccdf898
1 Parent(s): eee25bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -3
README.md CHANGED
@@ -1,3 +1,42 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - zh
5
+ - en
6
+ ---
7
+
8
+ # Llama-3-Chinese-8B-Instruct-v2-GGUF
9
+
10
+ <p align="center">
11
+ <a href="https://github.com/ymcui/Chinese-LLaMA-Alpaca-3"><img src="https://ymcui.com/images/chinese-llama-alpaca-3-banner.png" width="600"/></a>
12
+ </p>
13
+
14
+ This repository contains **Llama-3-Chinese-8B-Instruct-v2-GGUF** (llama.cpp/ollama/tgw, etc. compatible), which is the quantized version of [Llama-3-Chinese-8B-Instruct-v2](https://huggingface.co/hfl/llama-3-chinese-8b-instruct-v2).
15
+
16
+ **Note: this is an instruction (chat) model, which can be used for conversation, QA, etc.**
17
+
18
+ Further details (performance, usage, etc.) should refer to GitHub project page: https://github.com/ymcui/Chinese-LLaMA-Alpaca-3
19
+
20
+ ## Performance
21
+
22
+ Metric: PPL, lower is better
23
+
24
+ | Quant | Size | PPL |
25
+ | :---: | -------: | ------------------: |
26
+ | Q2_K | 2.96 GB | 13.2488 +/- 0.17217 |
27
+ | Q3_K | 3.74 GB | 6.9618 +/- 0.08420 |
28
+ | Q4_0 | 4.34 GB | 6.8925 +/- 0.08437 |
29
+ | Q4_K | 4.58 GB | 6.4851 +/- 0.07892 |
30
+ | Q5_0 | 5.21 GB | 6.4608 +/- 0.07862 |
31
+ | Q5_K | 5.34 GB | 6.3742 +/- 0.07740 |
32
+ | Q6_K | 6.14 GB | 6.3494 +/- 0.07703 |
33
+ | Q8_0 | 7.95 GB | 6.3110 +/- 0.07673 |
34
+ | F16 | 14.97 GB | 6.3005 +/- 0.07658 |
35
+
36
+ ## Others
37
+
38
+ - For full model, please see: https://huggingface.co/hfl/llama-3-chinese-8b-instruct-v2
39
+
40
+ - For LoRA-only model, please see: https://huggingface.co/hfl/llama-3-chinese-8b-instruct-v2-lora
41
+
42
+ - If you have questions/issues regarding this model, please submit an issue through https://github.com/ymcui/Chinese-LLaMA-Alpaca-3