Upload folder using huggingface_hub
Browse files- config.json +16 -1
- pytorch_model.bin +3 -0
config.json
CHANGED
@@ -18,6 +18,21 @@
|
|
18 |
"num_hidden_layers": 32,
|
19 |
"num_key_value_heads": 8,
|
20 |
"pretraining_tp": 1,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
"rms_norm_eps": 1e-05,
|
22 |
"rope_scaling": null,
|
23 |
"rope_theta": 500000.0,
|
@@ -26,4 +41,4 @@
|
|
26 |
"transformers_version": "4.40.1",
|
27 |
"use_cache": false,
|
28 |
"vocab_size": 128256
|
29 |
-
}
|
|
|
18 |
"num_hidden_layers": 32,
|
19 |
"num_key_value_heads": 8,
|
20 |
"pretraining_tp": 1,
|
21 |
+
"quantization_config": {
|
22 |
+
"_load_in_4bit": true,
|
23 |
+
"_load_in_8bit": false,
|
24 |
+
"bnb_4bit_compute_dtype": "float16",
|
25 |
+
"bnb_4bit_quant_storage": "uint8",
|
26 |
+
"bnb_4bit_quant_type": "nf4",
|
27 |
+
"bnb_4bit_use_double_quant": false,
|
28 |
+
"llm_int8_enable_fp32_cpu_offload": false,
|
29 |
+
"llm_int8_has_fp16_weight": false,
|
30 |
+
"llm_int8_skip_modules": null,
|
31 |
+
"llm_int8_threshold": 6.0,
|
32 |
+
"load_in_4bit": true,
|
33 |
+
"load_in_8bit": false,
|
34 |
+
"quant_method": "bitsandbytes"
|
35 |
+
},
|
36 |
"rms_norm_eps": 1e-05,
|
37 |
"rope_scaling": null,
|
38 |
"rope_theta": 500000.0,
|
|
|
41 |
"transformers_version": "4.40.1",
|
42 |
"use_cache": false,
|
43 |
"vocab_size": 128256
|
44 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9931b23fb1ce0a269640e0f816030c822ecb7d64f5b3913edebf3e1f874de565
|
3 |
+
size 8239195157
|