Update config.json
Browse files- config.json +12 -0
config.json
CHANGED
|
@@ -58,6 +58,18 @@
|
|
| 58 |
"initializer_range": 0.02,
|
| 59 |
"model_type": "gemma3n",
|
| 60 |
"pad_token_id": 0,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
"text_config": {
|
| 62 |
"activation_sparsity_pattern": [
|
| 63 |
0.95,
|
|
|
|
| 58 |
"initializer_range": 0.02,
|
| 59 |
"model_type": "gemma3n",
|
| 60 |
"pad_token_id": 0,
|
| 61 |
+
"quantization_config": {
|
| 62 |
+
"bnb_4bit_compute_dtype": "float16",
|
| 63 |
+
"bnb_4bit_quant_type": "nf4",
|
| 64 |
+
"bnb_4bit_use_double_quant": true,
|
| 65 |
+
"llm_int8_enable_fp32_cpu_offload": false,
|
| 66 |
+
"llm_int8_has_fp16_weight": false,
|
| 67 |
+
"llm_int8_skip_modules": null,
|
| 68 |
+
"llm_int8_threshold": 6.0,
|
| 69 |
+
"load_in_4bit": true,
|
| 70 |
+
"load_in_8bit": false,
|
| 71 |
+
"quant_method": "bitsandbytes"
|
| 72 |
+
},
|
| 73 |
"text_config": {
|
| 74 |
"activation_sparsity_pattern": [
|
| 75 |
0.95,
|