Upload folder using huggingface_hub
Browse files- config.json +2 -2
- generation_config.json +1 -1
- model.safetensors +1 -1
- recipe.yaml +3 -0
config.json
CHANGED
|
@@ -90,7 +90,7 @@
|
|
| 90 |
"quantization_status": "compressed",
|
| 91 |
"sparsity_config": {},
|
| 92 |
"transform_config": {},
|
| 93 |
-
"version": "0.17.
|
| 94 |
},
|
| 95 |
"rms_norm_eps": 1e-05,
|
| 96 |
"rope_parameters": {
|
|
@@ -98,7 +98,7 @@
|
|
| 98 |
"rope_type": "default"
|
| 99 |
},
|
| 100 |
"tie_word_embeddings": false,
|
| 101 |
-
"transformers_version": "5.
|
| 102 |
"use_cache": true,
|
| 103 |
"vocab_size": 32000
|
| 104 |
}
|
|
|
|
| 90 |
"quantization_status": "compressed",
|
| 91 |
"sparsity_config": {},
|
| 92 |
"transform_config": {},
|
| 93 |
+
"version": "0.17.2.a20260730"
|
| 94 |
},
|
| 95 |
"rms_norm_eps": 1e-05,
|
| 96 |
"rope_parameters": {
|
|
|
|
| 98 |
"rope_type": "default"
|
| 99 |
},
|
| 100 |
"tie_word_embeddings": false,
|
| 101 |
+
"transformers_version": "5.14.1",
|
| 102 |
"use_cache": true,
|
| 103 |
"vocab_size": 32000
|
| 104 |
}
|
generation_config.json
CHANGED
|
@@ -3,5 +3,5 @@
|
|
| 3 |
"eos_token_id": 2,
|
| 4 |
"max_length": 2048,
|
| 5 |
"pad_token_id": 0,
|
| 6 |
-
"transformers_version": "5.
|
| 7 |
}
|
|
|
|
| 3 |
"eos_token_id": 2,
|
| 4 |
"max_length": 2048,
|
| 5 |
"pad_token_id": 0,
|
| 6 |
+
"transformers_version": "5.14.1"
|
| 7 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1131284624
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef2040ee3cacd94617be13cd87f1c7ab6216e643dfe064d0c6f36d39dd24315f
|
| 3 |
size 1131284624
|
recipe.yaml
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
quant_stage:
|
| 2 |
quant_modifiers:
|
| 3 |
AWQModifier:
|
|
|
|
| 4 |
mappings:
|
| 5 |
- smooth_layer: re:.*input_layernorm$
|
| 6 |
balance_layers: ['re:.*q_proj$', 're:.*k_proj$', 're:.*v_proj$']
|
|
@@ -12,11 +13,13 @@ quant_stage:
|
|
| 12 |
ignore: [lm_head]
|
| 13 |
scheme: W4A16
|
| 14 |
bypass_divisibility_checks: false
|
|
|
|
| 15 |
GPTQModifier:
|
| 16 |
targets: ['re:.*mlp\.(down|gate|up)_proj$']
|
| 17 |
ignore: [lm_head]
|
| 18 |
scheme: W8A8
|
| 19 |
bypass_divisibility_checks: false
|
|
|
|
| 20 |
block_size: 128
|
| 21 |
dampening_frac: 0.001
|
| 22 |
offload_hessians: false
|
|
|
|
| 1 |
quant_stage:
|
| 2 |
quant_modifiers:
|
| 3 |
AWQModifier:
|
| 4 |
+
requires_calibration_data: true
|
| 5 |
mappings:
|
| 6 |
- smooth_layer: re:.*input_layernorm$
|
| 7 |
balance_layers: ['re:.*q_proj$', 're:.*k_proj$', 're:.*v_proj$']
|
|
|
|
| 13 |
ignore: [lm_head]
|
| 14 |
scheme: W4A16
|
| 15 |
bypass_divisibility_checks: false
|
| 16 |
+
requires_calibration_data: false
|
| 17 |
GPTQModifier:
|
| 18 |
targets: ['re:.*mlp\.(down|gate|up)_proj$']
|
| 19 |
ignore: [lm_head]
|
| 20 |
scheme: W8A8
|
| 21 |
bypass_divisibility_checks: false
|
| 22 |
+
requires_calibration_data: true
|
| 23 |
block_size: 128
|
| 24 |
dampening_frac: 0.001
|
| 25 |
offload_hessians: false
|