shuyuej commited on
Commit
8912c08
1 Parent(s): 2103bc0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -3
README.md CHANGED
@@ -1,3 +1,40 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ # The Quantized Qwen2 1.5B Model
6
+
7
+ Original Base Model: `Qwen/Qwen2-1.5B`.<br>
8
+ Link: [https://huggingface.co/Qwen/Qwen2-1.5B](https://huggingface.co/Qwen/Qwen2-1.5B)
9
+
10
+ ## Quantization Configurations
11
+
12
+ ```text
13
+ "quantization_config": {
14
+ "batch_size": 1,
15
+ "bits": 4,
16
+ "block_name_to_quantize": null,
17
+ "cache_block_outputs": true,
18
+ "damp_percent": 0.1,
19
+ "dataset": null,
20
+ "desc_act": false,
21
+ "exllama_config": {
22
+ "version": 1
23
+ },
24
+ "group_size": 128,
25
+ "max_input_length": null,
26
+ "model_seqlen": null,
27
+ "module_name_preceding_first_block": null,
28
+ "modules_in_block_to_quantize": null,
29
+ "pad_token_id": null,
30
+ "quant_method": "gptq",
31
+ "sym": true,
32
+ "tokenizer": null,
33
+ "true_sequential": true,
34
+ "use_cuda_fp16": false,
35
+ "use_exllama": true
36
+ },
37
+ ```
38
+
39
+ ## Source Codes
40
+ Source Codes: [https://github.com/vkola-lab/medpodgpt/tree/main/quantization](https://github.com/vkola-lab/medpodgpt/tree/main/quantization).