nm-autobot commited on
Commit
b9a2849
·
verified ·
1 Parent(s): 83fc0df

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. config.json +2 -2
  2. generation_config.json +1 -1
  3. model.safetensors +1 -1
  4. recipe.yaml +0 -3
config.json CHANGED
@@ -90,7 +90,7 @@
90
  "quantization_status": "compressed",
91
  "sparsity_config": {},
92
  "transform_config": {},
93
- "version": "0.17.2.a20260728"
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.14.1",
102
  "use_cache": true,
103
  "vocab_size": 32000
104
  }
 
90
  "quantization_status": "compressed",
91
  "sparsity_config": {},
92
  "transform_config": {},
93
+ "version": "0.17.1"
94
  },
95
  "rms_norm_eps": 1e-05,
96
  "rope_parameters": {
 
98
  "rope_type": "default"
99
  },
100
  "tie_word_embeddings": false,
101
+ "transformers_version": "5.10.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.14.1"
7
  }
 
3
  "eos_token_id": 2,
4
  "max_length": 2048,
5
  "pad_token_id": 0,
6
+ "transformers_version": "5.10.1"
7
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:63c2edd82597e6701195565b95779e9a9907dd71a1f5139fa4287229f4c6355b
3
  size 1131284624
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c215c008911835e76af967b5073ff860c6bdfef6d49a4cff0b301c8ec96798ba
3
  size 1131284624
recipe.yaml CHANGED
@@ -1,7 +1,6 @@
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,13 +12,11 @@ quant_stage:
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
 
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
  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