shuyuej commited on
Commit
74f3894
1 Parent(s): 2b66e30

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -10,7 +10,30 @@ Link: [https://huggingface.co/allenai/OLMoE-1B-7B-0924](https://huggingface.co/a
10
  ## Quantization Configurations
11
 
12
  ```text
13
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ```
15
 
16
  ## Source Codes
 
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