angelolaris
commited on
(Trained with Unsloth)
Browse files- config.json +2 -2
config.json
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
"num_key_value_heads": 4,
|
20 |
"pad_token_id": 151654,
|
21 |
"quantization_config": {
|
22 |
-
"bnb_4bit_compute_dtype": "
|
23 |
"bnb_4bit_quant_type": "nf4",
|
24 |
"bnb_4bit_use_double_quant": true,
|
25 |
"llm_int8_enable_fp32_cpu_offload": false,
|
@@ -43,7 +43,7 @@
|
|
43 |
"rope_theta": 1000000.0,
|
44 |
"sliding_window": 32768,
|
45 |
"tie_word_embeddings": false,
|
46 |
-
"torch_dtype": "
|
47 |
"transformers_version": "4.47.1",
|
48 |
"unsloth_fixed": true,
|
49 |
"unsloth_version": "2024.12.12",
|
|
|
19 |
"num_key_value_heads": 4,
|
20 |
"pad_token_id": 151654,
|
21 |
"quantization_config": {
|
22 |
+
"bnb_4bit_compute_dtype": "bfloat16",
|
23 |
"bnb_4bit_quant_type": "nf4",
|
24 |
"bnb_4bit_use_double_quant": true,
|
25 |
"llm_int8_enable_fp32_cpu_offload": false,
|
|
|
43 |
"rope_theta": 1000000.0,
|
44 |
"sliding_window": 32768,
|
45 |
"tie_word_embeddings": false,
|
46 |
+
"torch_dtype": "bfloat16",
|
47 |
"transformers_version": "4.47.1",
|
48 |
"unsloth_fixed": true,
|
49 |
"unsloth_version": "2024.12.12",
|