shuyuej commited on
Commit
5116df9
1 Parent(s): 67544d4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -9,7 +9,19 @@ Link: [https://huggingface.co/google/gemma-2-27b-it](https://huggingface.co/goog
9
 
10
  ## Quantization Configurations
11
  ```
12
-
 
 
 
 
 
 
 
 
 
 
 
 
13
  ```
14
 
15
  ## Source Codes
 
9
 
10
  ## Quantization Configurations
11
  ```
12
+ "quantization_config": {
13
+ "bits": 4,
14
+ "checkpoint_format": "gptq",
15
+ "damp_percent": 0.1,
16
+ "desc_act": true,
17
+ "group_size": 128,
18
+ "model_file_base_name": null,
19
+ "model_name_or_path": null,
20
+ "quant_method": "gptq",
21
+ "static_groups": false,
22
+ "sym": true,
23
+ "true_sequential": true
24
+ },
25
  ```
26
 
27
  ## Source Codes