Upload folder using huggingface_hub
Browse files- config.json +16 -1
- model.safetensors +3 -0
config.json
CHANGED
|
@@ -18,10 +18,25 @@
|
|
| 18 |
"num_hidden_layers": 18,
|
| 19 |
"num_key_value_heads": 1,
|
| 20 |
"pad_token_id": 0,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
"rms_norm_eps": 1e-06,
|
| 22 |
"rope_scaling": null,
|
| 23 |
"rope_theta": 10000.0,
|
| 24 |
-
"torch_dtype": "
|
| 25 |
"transformers_version": "4.55.4",
|
| 26 |
"use_cache": true,
|
| 27 |
"vocab_size": 256000
|
|
|
|
| 18 |
"num_hidden_layers": 18,
|
| 19 |
"num_key_value_heads": 1,
|
| 20 |
"pad_token_id": 0,
|
| 21 |
+
"quantization_config": {
|
| 22 |
+
"_load_in_4bit": false,
|
| 23 |
+
"_load_in_8bit": true,
|
| 24 |
+
"bnb_4bit_compute_dtype": "float32",
|
| 25 |
+
"bnb_4bit_quant_storage": "uint8",
|
| 26 |
+
"bnb_4bit_quant_type": "fp4",
|
| 27 |
+
"bnb_4bit_use_double_quant": false,
|
| 28 |
+
"llm_int8_enable_fp32_cpu_offload": true,
|
| 29 |
+
"llm_int8_has_fp16_weight": false,
|
| 30 |
+
"llm_int8_skip_modules": null,
|
| 31 |
+
"llm_int8_threshold": 6.0,
|
| 32 |
+
"load_in_4bit": false,
|
| 33 |
+
"load_in_8bit": true,
|
| 34 |
+
"quant_method": "bitsandbytes"
|
| 35 |
+
},
|
| 36 |
"rms_norm_eps": 1e-06,
|
| 37 |
"rope_scaling": null,
|
| 38 |
"rope_theta": 10000.0,
|
| 39 |
+
"torch_dtype": "float16",
|
| 40 |
"transformers_version": "4.55.4",
|
| 41 |
"use_cache": true,
|
| 42 |
"vocab_size": 256000
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f7ce1fc95b5313f089a87077e4e0f7c061868d75a19c0ffa29605c9e26428761
|
| 3 |
+
size 3033420294
|