Update config.json
Browse files- config.json +13 -1
config.json
CHANGED
|
@@ -33,5 +33,17 @@
|
|
| 33 |
"torch_dtype": "bfloat16",
|
| 34 |
"transformers_version": "4.51.3",
|
| 35 |
"use_cache": true,
|
| 36 |
-
"vocab_size": 262208
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
}
|
|
|
|
| 33 |
"torch_dtype": "bfloat16",
|
| 34 |
"transformers_version": "4.51.3",
|
| 35 |
"use_cache": true,
|
| 36 |
+
"vocab_size": 262208,
|
| 37 |
+
"quantization_config": {
|
| 38 |
+
"load_in_4bit": true,
|
| 39 |
+
"load_in_8bit": false,
|
| 40 |
+
"bnb_4bit_compute_dtype": "bfloat16",
|
| 41 |
+
"bnb_4bit_quant_storage": "uint8",
|
| 42 |
+
"bnb_4bit_quant_type": "nf4",
|
| 43 |
+
"bnb_4bit_use_double_quant": true,
|
| 44 |
+
"llm_int8_enable_fp32_cpu_offload": false,
|
| 45 |
+
"llm_int8_has_fp16_weight": false,
|
| 46 |
+
"quant_method": "bitsandbytes"
|
| 47 |
+
},
|
| 48 |
+
"unsloth_fixed": true
|
| 49 |
}
|