Update README
Browse files- README.md +12 -0
- config.json +26 -0
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
license_link: https://huggingface.co/Qwen/Qwen2.5-14B-Instruct/blob/main/LICENSE
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
base_model: Qwen/Qwen2.5-14B-Instruct
|
7 |
+
base_model_relation: quantized
|
8 |
+
library_name: mlc-llm
|
9 |
+
pipeline_tag: text-generation
|
10 |
+
tags:
|
11 |
+
- chat
|
12 |
---
|
13 |
+
|
14 |
+
4-bit GPTQ quantized version of [Qwen2.5-14B-Instruct](https://huggingface.co/Qwen/Qwen2.5-14B-Instruct).
|
15 |
+
|
config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"quantization_config": {
|
3 |
+
"batch_size": 1,
|
4 |
+
"bits": 4,
|
5 |
+
"block_name_to_quantize": null,
|
6 |
+
"cache_block_outputs": true,
|
7 |
+
"damp_percent": 0.01,
|
8 |
+
"dataset": null,
|
9 |
+
"desc_act": false,
|
10 |
+
"exllama_config": {
|
11 |
+
"version": 1
|
12 |
+
},
|
13 |
+
"group_size": 128,
|
14 |
+
"max_input_length": null,
|
15 |
+
"model_seqlen": null,
|
16 |
+
"module_name_preceding_first_block": null,
|
17 |
+
"modules_in_block_to_quantize": null,
|
18 |
+
"pad_token_id": null,
|
19 |
+
"quant_method": "gptq",
|
20 |
+
"sym": true,
|
21 |
+
"tokenizer": null,
|
22 |
+
"true_sequential": true,
|
23 |
+
"use_cuda_fp16": false,
|
24 |
+
"use_exllama": true
|
25 |
+
}
|
26 |
+
}
|