danielhanchen commited on
Commit
dd6f4f0
1 Parent(s): 92cfba2

Upload config

Browse files
Files changed (1) hide show
  1. config.json +15 -0
config.json CHANGED
@@ -23,6 +23,21 @@
23
  "num_key_value_heads": 32,
24
  "original_max_position_embeddings": 4096,
25
  "pad_token_id": 32000,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  "resid_pdrop": 0.0,
27
  "rms_norm_eps": 1e-05,
28
  "rope_scaling": null,
 
23
  "num_key_value_heads": 32,
24
  "original_max_position_embeddings": 4096,
25
  "pad_token_id": 32000,
26
+ "quantization_config": {
27
+ "_load_in_4bit": true,
28
+ "_load_in_8bit": false,
29
+ "bnb_4bit_compute_dtype": "bfloat16",
30
+ "bnb_4bit_quant_storage": "uint8",
31
+ "bnb_4bit_quant_type": "nf4",
32
+ "bnb_4bit_use_double_quant": true,
33
+ "llm_int8_enable_fp32_cpu_offload": false,
34
+ "llm_int8_has_fp16_weight": false,
35
+ "llm_int8_skip_modules": null,
36
+ "llm_int8_threshold": 6.0,
37
+ "load_in_4bit": true,
38
+ "load_in_8bit": false,
39
+ "quant_method": "bitsandbytes"
40
+ },
41
  "resid_pdrop": 0.0,
42
  "rms_norm_eps": 1e-05,
43
  "rope_scaling": null,