Qubitium commited on
Commit
47db5ba
1 Parent(s): 26ea47d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -11
README.md CHANGED
@@ -5,14 +5,16 @@ license: unknown
5
  This is TinyLlama/TinyLlama-1.1B-Chat-v1.0 quantized with AutoGPTQ in GPTQ 4-bit Marlin format.
6
 
7
  **Quantize config:**
8
- "bits": 4,
9
- "group_size": 128,
10
- "damp_percent": 0.005,
11
- "desc_act": false,
12
- "static_groups": false,
13
- "sym": true,
14
- "true_sequential": true,
15
- "model_name_or_path": null,
16
- "model_file_base_name": null,
17
- "checkpoint_format": "marlin",
18
- "quant_method": "gptq"
 
 
 
5
  This is TinyLlama/TinyLlama-1.1B-Chat-v1.0 quantized with AutoGPTQ in GPTQ 4-bit Marlin format.
6
 
7
  **Quantize config:**
8
+ ```
9
+ "bits": 4,
10
+ "group_size": 128,
11
+ "damp_percent": 0.01,
12
+ "desc_act": false,
13
+ "static_groups": false,
14
+ "sym": true,
15
+ "true_sequential": true,
16
+ "model_name_or_path": null,
17
+ "model_file_base_name": null,
18
+ "quant_method": "gptq",
19
+ "checkpoint_format": "marlin"
20
+ ```