Update config.json
Browse files- config.json +9 -9
config.json
CHANGED
@@ -20,27 +20,27 @@
|
|
20 |
"pad_token_id": 128255,
|
21 |
"pretraining_tp": 1,
|
22 |
"quantization_config": {
|
23 |
-
"_load_in_4bit":
|
24 |
-
"_load_in_8bit":
|
25 |
-
"bnb_4bit_compute_dtype": "
|
26 |
"bnb_4bit_quant_storage": "uint8",
|
27 |
"bnb_4bit_quant_type": "nf4",
|
28 |
-
"bnb_4bit_use_double_quant":
|
29 |
-
"llm_int8_enable_fp32_cpu_offload":
|
30 |
"llm_int8_has_fp16_weight": false,
|
31 |
"llm_int8_skip_modules": null,
|
32 |
"llm_int8_threshold": 6.0,
|
33 |
-
"load_in_4bit":
|
34 |
-
"load_in_8bit":
|
35 |
"quant_method": "bitsandbytes"
|
36 |
},
|
37 |
"rms_norm_eps": 1e-05,
|
38 |
"rope_scaling": null,
|
39 |
"rope_theta": 500000.0,
|
40 |
"tie_word_embeddings": false,
|
41 |
-
"torch_dtype": "
|
42 |
"transformers_version": "4.44.2",
|
43 |
"unsloth_version": "2024.9",
|
44 |
"use_cache": true,
|
45 |
"vocab_size": 128256
|
46 |
-
}
|
|
|
20 |
"pad_token_id": 128255,
|
21 |
"pretraining_tp": 1,
|
22 |
"quantization_config": {
|
23 |
+
"_load_in_4bit": true,
|
24 |
+
"_load_in_8bit": false,
|
25 |
+
"bnb_4bit_compute_dtype": "bfloat16",
|
26 |
"bnb_4bit_quant_storage": "uint8",
|
27 |
"bnb_4bit_quant_type": "nf4",
|
28 |
+
"bnb_4bit_use_double_quant": true,
|
29 |
+
"llm_int8_enable_fp32_cpu_offload": false,
|
30 |
"llm_int8_has_fp16_weight": false,
|
31 |
"llm_int8_skip_modules": null,
|
32 |
"llm_int8_threshold": 6.0,
|
33 |
+
"load_in_4bit": true,
|
34 |
+
"load_in_8bit": false,
|
35 |
"quant_method": "bitsandbytes"
|
36 |
},
|
37 |
"rms_norm_eps": 1e-05,
|
38 |
"rope_scaling": null,
|
39 |
"rope_theta": 500000.0,
|
40 |
"tie_word_embeddings": false,
|
41 |
+
"torch_dtype": "bfloat16",
|
42 |
"transformers_version": "4.44.2",
|
43 |
"unsloth_version": "2024.9",
|
44 |
"use_cache": true,
|
45 |
"vocab_size": 128256
|
46 |
+
}
|