danita
commited on
Commit
•
e122314
1
Parent(s):
0980bdc
Update config.json
Browse files- config.json +0 -14
config.json
CHANGED
@@ -17,20 +17,6 @@
|
|
17 |
"num_hidden_layers": 32,
|
18 |
"num_key_value_heads": 32,
|
19 |
"pretraining_tp": 1,
|
20 |
-
"quantization_config": {
|
21 |
-
"_load_in_4bit": true,
|
22 |
-
"_load_in_8bit": false,
|
23 |
-
"bnb_4bit_compute_dtype": "float32",
|
24 |
-
"bnb_4bit_quant_type": "fp4",
|
25 |
-
"bnb_4bit_use_double_quant": false,
|
26 |
-
"llm_int8_enable_fp32_cpu_offload": false,
|
27 |
-
"llm_int8_has_fp16_weight": false,
|
28 |
-
"llm_int8_skip_modules": null,
|
29 |
-
"llm_int8_threshold": 6.0,
|
30 |
-
"load_in_4bit": true,
|
31 |
-
"load_in_8bit": false,
|
32 |
-
"quant_method": "bitsandbytes"
|
33 |
-
},
|
34 |
"rms_norm_eps": 1e-05,
|
35 |
"rope_scaling": null,
|
36 |
"rope_theta": 1000000,
|
|
|
17 |
"num_hidden_layers": 32,
|
18 |
"num_key_value_heads": 32,
|
19 |
"pretraining_tp": 1,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
"rms_norm_eps": 1e-05,
|
21 |
"rope_scaling": null,
|
22 |
"rope_theta": 1000000,
|