Shubhra Pandit
commited on
Commit
·
c7228d1
1
Parent(s):
c70235c
Update model files
Browse files- config.json +6 -6
- generation_config.json +1 -1
- model.safetensors +2 -2
- recipe.yaml +3 -3
config.json
CHANGED
@@ -30,10 +30,10 @@
|
|
30 |
"Linear"
|
31 |
],
|
32 |
"weights": {
|
33 |
-
"actorder":
|
34 |
"block_structure": null,
|
35 |
"dynamic": false,
|
36 |
-
"group_size":
|
37 |
"num_bits": 4,
|
38 |
"observer": "mse",
|
39 |
"observer_kwargs": {},
|
@@ -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 |
"registry_requires_subclass": false,
|
59 |
"sparsity_structure": "unstructured",
|
@@ -66,7 +66,7 @@
|
|
66 |
"rope_theta": 5000000.0,
|
67 |
"tie_word_embeddings": true,
|
68 |
"torch_dtype": "bfloat16",
|
69 |
-
"transformers_version": "4.
|
70 |
"use_cache": true,
|
71 |
"vocab_size": 49155
|
72 |
-
}
|
|
|
30 |
"Linear"
|
31 |
],
|
32 |
"weights": {
|
33 |
+
"actorder": null,
|
34 |
"block_structure": null,
|
35 |
"dynamic": false,
|
36 |
+
"group_size": 64,
|
37 |
"num_bits": 4,
|
38 |
"observer": "mse",
|
39 |
"observer_kwargs": {},
|
|
|
44 |
}
|
45 |
},
|
46 |
"format": "pack-quantized",
|
47 |
+
"global_compression_ratio": 2.0771812517233883,
|
48 |
"ignore": [
|
49 |
"lm_head"
|
50 |
],
|
|
|
53 |
"quantization_status": "compressed",
|
54 |
"sparsity_config": {
|
55 |
"format": "dense",
|
56 |
+
"global_sparsity": 0.13633800160480383,
|
57 |
"ignore": [],
|
58 |
"registry_requires_subclass": false,
|
59 |
"sparsity_structure": "unstructured",
|
|
|
66 |
"rope_theta": 5000000.0,
|
67 |
"tie_word_embeddings": true,
|
68 |
"torch_dtype": "bfloat16",
|
69 |
+
"transformers_version": "4.47.1",
|
70 |
"use_cache": true,
|
71 |
"vocab_size": 49155
|
72 |
+
}
|
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.
|
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:80eacfccfdee065bac8252fc7e806717b506678e7e35090eb0b3246380e9b4fb
|
3 |
+
size 1695488752
|
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:
|
10 |
-
observer: mse
|
11 |
targets: [Linear]
|
|
|
2 |
quant_modifiers:
|
3 |
GPTQModifier:
|
4 |
sequential_update: true
|
5 |
+
dampening_frac: 0.01
|
6 |
ignore: [lm_head]
|
7 |
config_groups:
|
8 |
group_0:
|
9 |
+
weights: {num_bits: 4, type: int, symmetric: true, strategy: group, group_size: 64,
|
10 |
+
observer: mse}
|
11 |
targets: [Linear]
|