LiuRuiLin
commited on
Commit
•
d4d9aca
1
Parent(s):
bfbdddc
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
1 |
---
|
2 |
license: unknown
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: unknown
|
3 |
---
|
4 |
+
|
5 |
+
This is 01-ai/Yi-6B quantized with AutoGPTQ in 4-bit.
|
6 |
+
|
7 |
+
**Cal Datasets:**
|
8 |
+
[ptb_text_only](https://huggingface.co/datasets/ptb_text_only), 128 examples, 2048 seq_len.
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
**Quantize config:**
|
13 |
+
"bits": 4,
|
14 |
+
"group_size": 128,
|
15 |
+
"damp_percent": 0.005,
|
16 |
+
"desc_act": false,
|
17 |
+
"static_groups": false,
|
18 |
+
"sym": true,
|
19 |
+
"true_sequential": true,
|
20 |
+
"model_name_or_path": null,
|
21 |
+
"model_file_base_name": null,
|
22 |
+
"is_marlin_format": false,
|
23 |
+
"quant_method": "gptq"
|