shuyuej commited on
Commit
3070e31
·
verified ·
1 Parent(s): c44f722

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -9,7 +9,17 @@ Link: [https://huggingface.co/mistralai/Mistral-Small-Instruct-2409](https://hug
9
 
10
  ## Quantization Configurations
11
  ```
12
-
 
 
 
 
 
 
 
 
 
 
13
  ```
14
 
15
  ## Source Codes
 
9
 
10
  ## Quantization Configurations
11
  ```
12
+ {
13
+ "bits": 4,
14
+ "group_size": 128,
15
+ "damp_percent": 0.1,
16
+ "desc_act": true,
17
+ "static_groups": false,
18
+ "sym": true,
19
+ "true_sequential": true,
20
+ "model_name_or_path": null,
21
+ "model_file_base_name": null
22
+ }
23
  ```
24
 
25
  ## Source Codes