ealexeev commited on
Commit
54475e3
·
verified ·
1 Parent(s): 82aad48

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. config.json +4 -8
  2. config.json.orig +77 -0
config.json CHANGED
@@ -29,11 +29,9 @@
29
  "num_bits": 4,
30
  "observer": "static_minmax",
31
  "observer_kwargs": {},
32
- "scale_dtype": "torch.float8_e4m3fn",
33
  "strategy": "tensor_group",
34
  "symmetric": true,
35
- "type": "float",
36
- "zp_dtype": null
37
  },
38
  "output_activations": null,
39
  "targets": [
@@ -47,11 +45,9 @@
47
  "num_bits": 4,
48
  "observer": "static_minmax",
49
  "observer_kwargs": {},
50
- "scale_dtype": "torch.float8_e4m3fn",
51
  "strategy": "tensor_group",
52
  "symmetric": true,
53
- "type": "float",
54
- "zp_dtype": null
55
  }
56
  }
57
  },
@@ -67,11 +63,11 @@
67
  "transform_config": {},
68
  "version": "0.13.0"
69
  },
70
- "rms_norm_eps": 1e-05,
71
  "rope_theta": 1000000000.0,
72
  "sliding_window": null,
73
  "tie_word_embeddings": false,
74
  "transformers_version": "4.57.3",
75
  "use_cache": false,
76
  "vocab_size": 131072
77
- }
 
29
  "num_bits": 4,
30
  "observer": "static_minmax",
31
  "observer_kwargs": {},
 
32
  "strategy": "tensor_group",
33
  "symmetric": true,
34
+ "type": "float"
 
35
  },
36
  "output_activations": null,
37
  "targets": [
 
45
  "num_bits": 4,
46
  "observer": "static_minmax",
47
  "observer_kwargs": {},
 
48
  "strategy": "tensor_group",
49
  "symmetric": true,
50
+ "type": "float"
 
51
  }
52
  }
53
  },
 
63
  "transform_config": {},
64
  "version": "0.13.0"
65
  },
66
+ "rms_norm_eps": 0.00001,
67
  "rope_theta": 1000000000.0,
68
  "sliding_window": null,
69
  "tie_word_embeddings": false,
70
  "transformers_version": "4.57.3",
71
  "use_cache": false,
72
  "vocab_size": 131072
73
+ }
config.json.orig ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "MistralForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 1,
7
+ "dtype": "bfloat16",
8
+ "eos_token_id": 2,
9
+ "head_dim": 128,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 5120,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 32768,
14
+ "max_position_embeddings": 131072,
15
+ "model_type": "mistral",
16
+ "num_attention_heads": 32,
17
+ "num_hidden_layers": 54,
18
+ "num_key_value_heads": 8,
19
+ "pad_token_id": 11,
20
+ "quantization_config": {
21
+ "config_groups": {
22
+ "group_0": {
23
+ "format": "nvfp4-pack-quantized",
24
+ "input_activations": {
25
+ "actorder": null,
26
+ "block_structure": null,
27
+ "dynamic": "local",
28
+ "group_size": 16,
29
+ "num_bits": 4,
30
+ "observer": "static_minmax",
31
+ "observer_kwargs": {},
32
+ "scale_dtype": "torch.float8_e4m3fn",
33
+ "strategy": "tensor_group",
34
+ "symmetric": true,
35
+ "type": "float",
36
+ "zp_dtype": null
37
+ },
38
+ "output_activations": null,
39
+ "targets": [
40
+ "Linear"
41
+ ],
42
+ "weights": {
43
+ "actorder": null,
44
+ "block_structure": null,
45
+ "dynamic": false,
46
+ "group_size": 16,
47
+ "num_bits": 4,
48
+ "observer": "static_minmax",
49
+ "observer_kwargs": {},
50
+ "scale_dtype": "torch.float8_e4m3fn",
51
+ "strategy": "tensor_group",
52
+ "symmetric": true,
53
+ "type": "float",
54
+ "zp_dtype": null
55
+ }
56
+ }
57
+ },
58
+ "format": "nvfp4-pack-quantized",
59
+ "global_compression_ratio": null,
60
+ "ignore": [
61
+ "lm_head"
62
+ ],
63
+ "kv_cache_scheme": null,
64
+ "quant_method": "compressed-tensors",
65
+ "quantization_status": "compressed",
66
+ "sparsity_config": {},
67
+ "transform_config": {},
68
+ "version": "0.13.0"
69
+ },
70
+ "rms_norm_eps": 1e-05,
71
+ "rope_theta": 1000000000.0,
72
+ "sliding_window": null,
73
+ "tie_word_embeddings": false,
74
+ "transformers_version": "4.57.3",
75
+ "use_cache": false,
76
+ "vocab_size": 131072
77
+ }