JohnConnor123
commited on
Upload Qwen2ForCausalLM
Browse files- config.json +5 -5
- model.safetensors +2 -2
config.json
CHANGED
@@ -17,17 +17,17 @@
|
|
17 |
"num_hidden_layers": 24,
|
18 |
"num_key_value_heads": 2,
|
19 |
"quantization_config": {
|
20 |
-
"_load_in_4bit":
|
21 |
"_load_in_8bit": false,
|
22 |
-
"bnb_4bit_compute_dtype": "
|
23 |
"bnb_4bit_quant_storage": "uint8",
|
24 |
-
"bnb_4bit_quant_type": "
|
25 |
-
"bnb_4bit_use_double_quant":
|
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":
|
31 |
"load_in_8bit": false,
|
32 |
"quant_method": "bitsandbytes"
|
33 |
},
|
|
|
17 |
"num_hidden_layers": 24,
|
18 |
"num_key_value_heads": 2,
|
19 |
"quantization_config": {
|
20 |
+
"_load_in_4bit": false,
|
21 |
"_load_in_8bit": false,
|
22 |
+
"bnb_4bit_compute_dtype": "float32",
|
23 |
"bnb_4bit_quant_storage": "uint8",
|
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": false,
|
31 |
"load_in_8bit": false,
|
32 |
"quant_method": "bitsandbytes"
|
33 |
},
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4754fcd539fe8382bcc8c4245237bb16cf3f804c622a56fc530916947202ebd1
|
3 |
+
size 473806824
|