Shubhra Pandit
commited on
Commit
·
8811570
1
Parent(s):
3bf8da2
Update model files
Browse files- config.json +4 -4
- generation_config.json +1 -1
- model.safetensors +2 -2
- recipe.yaml +2 -2
config.json
CHANGED
|
@@ -30,7 +30,7 @@
|
|
| 30 |
"Linear"
|
| 31 |
],
|
| 32 |
"weights": {
|
| 33 |
-
"actorder": "
|
| 34 |
"block_structure": null,
|
| 35 |
"dynamic": false,
|
| 36 |
"group_size": 128,
|
|
@@ -44,7 +44,7 @@
|
|
| 44 |
}
|
| 45 |
},
|
| 46 |
"format": "pack-quantized",
|
| 47 |
-
"global_compression_ratio": 2.
|
| 48 |
"ignore": [
|
| 49 |
"lm_head"
|
| 50 |
],
|
|
@@ -53,7 +53,7 @@
|
|
| 53 |
"quantization_status": "compressed",
|
| 54 |
"sparsity_config": {
|
| 55 |
"format": "dense",
|
| 56 |
-
"global_sparsity": 0.
|
| 57 |
"ignore": [
|
| 58 |
"model.layers.0.self_attn.q_proj",
|
| 59 |
"model.layers.0.self_attn.k_proj",
|
|
@@ -349,7 +349,7 @@
|
|
| 349 |
"rope_theta": 10000000.0,
|
| 350 |
"tie_word_embeddings": true,
|
| 351 |
"torch_dtype": "bfloat16",
|
| 352 |
-
"transformers_version": "4.47.
|
| 353 |
"use_cache": true,
|
| 354 |
"vocab_size": 49155
|
| 355 |
}
|
|
|
|
| 30 |
"Linear"
|
| 31 |
],
|
| 32 |
"weights": {
|
| 33 |
+
"actorder": "weight",
|
| 34 |
"block_structure": null,
|
| 35 |
"dynamic": false,
|
| 36 |
"group_size": 128,
|
|
|
|
| 44 |
}
|
| 45 |
},
|
| 46 |
"format": "pack-quantized",
|
| 47 |
+
"global_compression_ratio": 2.0797148111392234,
|
| 48 |
"ignore": [
|
| 49 |
"lm_head"
|
| 50 |
],
|
|
|
|
| 53 |
"quantization_status": "compressed",
|
| 54 |
"sparsity_config": {
|
| 55 |
"format": "dense",
|
| 56 |
+
"global_sparsity": 0.153448059659814,
|
| 57 |
"ignore": [
|
| 58 |
"model.layers.0.self_attn.q_proj",
|
| 59 |
"model.layers.0.self_attn.k_proj",
|
|
|
|
| 349 |
"rope_theta": 10000000.0,
|
| 350 |
"tie_word_embeddings": true,
|
| 351 |
"torch_dtype": "bfloat16",
|
| 352 |
+
"transformers_version": "4.47.1",
|
| 353 |
"use_cache": true,
|
| 354 |
"vocab_size": 49155
|
| 355 |
}
|
generation_config.json
CHANGED
|
@@ -3,5 +3,5 @@
|
|
| 3 |
"bos_token_id": 0,
|
| 4 |
"eos_token_id": 0,
|
| 5 |
"pad_token_id": 0,
|
| 6 |
-
"transformers_version": "4.47.
|
| 7 |
}
|
|
|
|
| 3 |
"bos_token_id": 0,
|
| 4 |
"eos_token_id": 0,
|
| 5 |
"pad_token_id": 0,
|
| 6 |
+
"transformers_version": "4.47.1"
|
| 7 |
}
|
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:0999cd102cf528f088c5c57c04a71e139f4ea97a17d77d407c3889b4464d0953
|
| 3 |
+
size 4915236240
|
recipe.yaml
CHANGED
|
@@ -2,10 +2,10 @@ quant_stage:
|
|
| 2 |
quant_modifiers:
|
| 3 |
GPTQModifier:
|
| 4 |
sequential_update: true
|
| 5 |
-
dampening_frac: 0.
|
| 6 |
ignore: [lm_head]
|
| 7 |
config_groups:
|
| 8 |
group_0:
|
| 9 |
weights: {num_bits: 4, type: int, symmetric: true, strategy: group, group_size: 128,
|
| 10 |
-
actorder:
|
| 11 |
targets: [Linear]
|
|
|
|
| 2 |
quant_modifiers:
|
| 3 |
GPTQModifier:
|
| 4 |
sequential_update: true
|
| 5 |
+
dampening_frac: 0.1
|
| 6 |
ignore: [lm_head]
|
| 7 |
config_groups:
|
| 8 |
group_0:
|
| 9 |
weights: {num_bits: 4, type: int, symmetric: true, strategy: group, group_size: 128,
|
| 10 |
+
actorder: weight, observer: mse}
|
| 11 |
targets: [Linear]
|