Shubhra Pandit commited on
Commit
c7228d1
·
1 Parent(s): c70235c

Update model files

Browse files
Files changed (4) hide show
  1. config.json +6 -6
  2. generation_config.json +1 -1
  3. model.safetensors +2 -2
  4. recipe.yaml +3 -3
config.json CHANGED
@@ -30,10 +30,10 @@
30
  "Linear"
31
  ],
32
  "weights": {
33
- "actorder": "weight",
34
  "block_structure": null,
35
  "dynamic": false,
36
- "group_size": 128,
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.079796037675794,
48
  "ignore": [
49
  "lm_head"
50
  ],
@@ -53,7 +53,7 @@
53
  "quantization_status": "compressed",
54
  "sparsity_config": {
55
  "format": "dense",
56
- "global_sparsity": 0.1399149840945552,
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.48.0",
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.48.0"
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:460854a49796290b128cc6adbcc0c673eb5264655f1b09b2f6f3c60c95f4116c
3
- size 1657477832
 
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.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
- observer: mse, actorder: weight}
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]