Upload MistralForCausalLM
Browse files- config.json +5 -2
- model.safetensors +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"MistralForCausalLM"
|
5 |
],
|
@@ -18,7 +18,10 @@
|
|
18 |
"num_key_value_heads": 8,
|
19 |
"pad_token_id": 770,
|
20 |
"quantization_config": {
|
|
|
|
|
21 |
"bnb_4bit_compute_dtype": "bfloat16",
|
|
|
22 |
"bnb_4bit_quant_type": "nf4",
|
23 |
"bnb_4bit_use_double_quant": true,
|
24 |
"llm_int8_enable_fp32_cpu_offload": false,
|
@@ -34,7 +37,7 @@
|
|
34 |
"rope_theta": 1000000.0,
|
35 |
"sliding_window": null,
|
36 |
"tie_word_embeddings": false,
|
37 |
-
"torch_dtype": "
|
38 |
"transformers_version": "4.47.1",
|
39 |
"unsloth_version": "2025.2.4",
|
40 |
"use_cache": true,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "./merged_model",
|
3 |
"architectures": [
|
4 |
"MistralForCausalLM"
|
5 |
],
|
|
|
18 |
"num_key_value_heads": 8,
|
19 |
"pad_token_id": 770,
|
20 |
"quantization_config": {
|
21 |
+
"_load_in_4bit": true,
|
22 |
+
"_load_in_8bit": false,
|
23 |
"bnb_4bit_compute_dtype": "bfloat16",
|
24 |
+
"bnb_4bit_quant_storage": "uint8",
|
25 |
"bnb_4bit_quant_type": "nf4",
|
26 |
"bnb_4bit_use_double_quant": true,
|
27 |
"llm_int8_enable_fp32_cpu_offload": false,
|
|
|
37 |
"rope_theta": 1000000.0,
|
38 |
"sliding_window": null,
|
39 |
"tie_word_embeddings": false,
|
40 |
+
"torch_dtype": "float16",
|
41 |
"transformers_version": "4.47.1",
|
42 |
"unsloth_version": "2025.2.4",
|
43 |
"use_cache": true,
|
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:dc64885d1ead8926f45e18053dac8cff0ab8447a4ebb41c54c3366fabc5426aa
|
3 |
+
size 4138270638
|