Qubitium commited on
Commit
edc9e65
1 Parent(s): 031ec0f

Update README.md

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